From e0b3197cc6ee844ecdaa63341121b3ee3189e7e7 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sun, 6 Jul 2025 11:48:45 +0200 Subject: [PATCH] wildfire: 425 current 2025-07-06 11:48:38 25.05.20250620.b2485d5 6.15.3 * disable automatic upgrades --- modules/common.nix | 16 ---------------- 1 file changed, 16 deletions(-) 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 # ================================