From e0a3a07daedd0f5d5c3393205fcff7e356c00b21 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 1 Dec 2025 14:32:17 +0100 Subject: [PATCH] minor --- config/immich.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/immich.nix b/config/immich.nix index 8eb75a2..8ce94a1 100644 --- a/config/immich.nix +++ b/config/immich.nix @@ -93,7 +93,7 @@ cronExpression = "0 0 * * *"; # Daily at midnight enabled = true; # Scan external libraries for changes }; - watch.enabled = false; # Don't watch for real-time changes (saves resources) + watch.enabled = true; # Don't watch for real-time changes (saves resources) }; # Logging configuration