From 501092d20ac9cd8d545b5d5964235ad65bbb89f4 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 29 Sep 2024 00:03:57 +0200 Subject: (immich) machine learning now working yet --- nix/hosts/corrino/www/photo/immich.nix | 12 ++++++------ 1 file 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"; + # }; + # }; }; } -- cgit 1.4.1