about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-09-29 00:03:57 +0200
committerEmile <git@emile.space>2024-09-29 00:03:57 +0200
commit501092d20ac9cd8d545b5d5964235ad65bbb89f4 (patch)
tree349e292c439f3f615dbbb8e6250f8e8bc6c88e38
parent7c34606d7bcea45d875de0852c8ca11ce3698372 (diff)
(immich) machine learning now working yet
-rw-r--r--nix/hosts/corrino/www/photo/immich.nix12
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";
+		# 	};
+		# };
 	};
 }