Commit 96933f0e1968
systems/rhea/extra.nix
@@ -501,6 +501,7 @@ in
mediaLocation = "/neo/pictures/photos";
};
postgresql = {
+ package = pkgs.postgresql_16;
ensureDatabases = [
"immich"
];
systems/sakhalin/extra.nix
@@ -126,6 +126,7 @@ in
};
services = {
+ postgresql.package = pkgs.postgresql_16;
# PostgreSQL backups
postgresqlBackup = {
enable = true;