diff --git a/hosts/nixos/hs/system.nix b/hosts/nixos/hs/system.nix index e8d65a0..8aff4f1 100644 --- a/hosts/nixos/hs/system.nix +++ b/hosts/nixos/hs/system.nix @@ -113,7 +113,7 @@ # Container auto-updater configuration services.containerUpdater = { - enable = false; + enable = true; schedule = "*-*-* 03:00:00"; # Daily at 3 AM excludeContainers = []; # Update all containers enableNotifications = true;