This commit is contained in:
2025-10-26 08:45:09 +03:00
parent 6a89474593
commit 4966675982
+2 -2
View File
@@ -14,7 +14,7 @@ in
{ {
services = { services = {
immich = { immich = {
enable = true; enable = false;
package = pkgs.immich; package = pkgs.immich;
port = 2283; port = 2283;
host = "0.0.0.0"; host = "0.0.0.0";
@@ -27,7 +27,7 @@ in
enableVectorChord = true; enableVectorChord = true;
}; };
}; };
postgresql.package = pkgs.postgresql; postgresql.package = pkgs.postgresql_16;
}; };
fileSystems."${config.services.immich.mediaLocation}" = { fileSystems."${config.services.immich.mediaLocation}" = {