WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 9c450abd00 - Show all commits

View file

@ -2,7 +2,7 @@
[services.postgres]
container_name = "postgres"
image = "postgres:13"
image = "postgres:14"
environment = ["TZ=Europe/Helsinki", "POSTGRES_PASSWORD=12345"]
ports = ["5432:5432"]
networks = ["postgres"]