We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ff78a commit 943e827Copy full SHA for 943e827
modules/nixos/services/bitmagnet.nix
@@ -52,7 +52,7 @@ in
52
];
53
54
db = {
55
- image = "postgres:16-alpine";
+ image = "postgres:17-alpine";
56
volumes = [ "${cfg.dataDir}/postgres:/var/lib/postgresql/data" ];
57
environment = {
58
POSTGRES_PASSWORD = "postgres";
modules/nixos/services/linkwarden.nix
@@ -34,7 +34,7 @@ with mylib;
34
port = "${toString cfg.publicPort}:3000";
35
36
containers.db = {
37
38
volumes = [
39
"linkwarden-pgdata:/var/lib/postgresql/data"
40
0 commit comments