diff --git a/config/immich.nix b/config/immich.nix index de56878..aab0dc3 100644 --- a/config/immich.nix +++ b/config/immich.nix @@ -108,7 +108,7 @@ # CLIP model for smart search clip = { enabled = true; - modelName = "immich-app/ViT-L-16-SigLIP-256__webli"; # Large model for better accuracy + modelName = "immich-app/ViT-SO400M-16-SigLIP2-384__webli"; # Large model for better accuracy }; # Duplicate photo detection diff --git a/hosts/nixos/hs/system.nix b/hosts/nixos/hs/system.nix index 8aff4f1..e8d65a0 100644 --- a/hosts/nixos/hs/system.nix +++ b/hosts/nixos/hs/system.nix @@ -113,7 +113,7 @@ # Container auto-updater configuration services.containerUpdater = { - enable = true; + enable = false; schedule = "*-*-* 03:00:00"; # Daily at 3 AM excludeContainers = []; # Update all containers enableNotifications = true;