We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347ea1e commit 1c0e546Copy full SHA for 1c0e546
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";
0 commit comments