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