diff --git a/modules/common.nix b/modules/common.nix index 2ba2f7e..a9cbaff 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -199,22 +199,6 @@ in { }; }; - # ================================ - # AUTOMATIC MAINTENANCE - # ================================ - # Configure automatic system updates for security - system.autoUpgrade = { - enable = true; - flake = inputs.self.outPath; # Use this flake for updates - flags = [ - "--update-input" - "nixpkgs" # Update nixpkgs input - "-L" # Print build logs for transparency - ]; - dates = "02:00"; # Run at 2 AM - randomizedDelaySec = "45min"; # Random delay to avoid server load - }; - # ================================ # FONTS # ================================