This commit is contained in:
2025-07-24 15:46:37 +03:00
parent b7268f5f54
commit d0219a976b
3 changed files with 8 additions and 5 deletions
+1 -4
View File
@@ -7,16 +7,13 @@
}:
{
services = {
# postgresql = {
# enable = lib.mkDefault true;
# };
immich = {
enable = true;
port = 2283;
host = "0.0.0.0";
openFirewall = true;
accelerationDevices = null;
machine-learning.enable = false;
machine-learning.enable = true;
mediaLocation = "/mnt/immich";
};
};