wildfire: 425 current 2025-07-06 11:48:38 25.05.20250620.b2485d5 6.15.3 *

disable automatic upgrades
This commit is contained in:
2025-07-06 11:48:45 +02:00
parent fdedb45591
commit e0b3197cc6

View File

@@ -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 # FONTS
# ================================ # ================================