diff --git a/nixosModules/system/default.nix b/nixosModules/system/default.nix index 9156ce36..2606dc70 100644 --- a/nixosModules/system/default.nix +++ b/nixosModules/system/default.nix @@ -115,6 +115,7 @@ system.autoUpgrade = { allowReboot = true; dates = "04:00"; + randomizedDelaySec="20min"; enable = true; flake = "github:alyraffauf/nixcfg"; operation = "boot";