downgrade postgres to 16

This commit is contained in:
Joakim Repomaa
2025-02-13 00:04:40 +02:00
parent c519f8d83e
commit 8f4c08f1bc

View File

@@ -11,7 +11,7 @@ let
};
in
{
services.postgresql.package = pkgs.postgresql_17;
services.postgresql.package = pkgs.postgresql_16;
modules.storageBoxMounts = {
${immichDataDir} = {