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 = {
immich = {
enable = true;
enable = false;
package = pkgs.immich;
port = 2283;
host = "0.0.0.0";
@@ -27,7 +27,7 @@ in
enableVectorChord = true;
};
};
postgresql.package = pkgs.postgresql;
postgresql.package = pkgs.postgresql_16;
};
fileSystems."${config.services.immich.mediaLocation}" = {