diff options
Diffstat (limited to 'nix/hosts/corrino')
-rw-r--r-- | nix/hosts/corrino/www/photo/immich.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nix/hosts/corrino/www/photo/immich.nix b/nix/hosts/corrino/www/photo/immich.nix index 83dadf4..b251b7a 100644 --- a/nix/hosts/corrino/www/photo/immich.nix +++ b/nix/hosts/corrino/www/photo/immich.nix @@ -19,11 +19,11 @@ host = "127.0.0.1"; port = config.emile.ports.immich; - machine-learning = { - enable = true; - environment = { - MACHINE_LEARNING_MODEL_TTL = "600"; - }; - }; + # machine-learning = { + # enable = true; + # environment = { + # MACHINE_LEARNING_MODEL_TTL = "600"; + # }; + # }; }; } |