This commit is contained in:
2025-10-26 09:47:25 +03:00
parent 0ce61a1c0a
commit 9589d3dd6c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ in
enableVectorChord = true;
};
};
postgresql.package = pkgs.postgresql_17;
# postgresql.package = pkgs.postgresql_17;
};
fileSystems."${config.services.immich.mediaLocation}" = {
+1 -1
View File
@@ -24,7 +24,7 @@ in
};
nextcloud = {
enable = true;
package = master.nextcloud32;
package = pkgs.nextcloud32;
hostName = "nextcloud.local";
database.createLocally = true;
home = "${xlib.dirs.services-mnt-folder}/nextcloud";