diff --git a/module/AutoUpdateSigned.nix b/module/AutoUpdateSigned.nix index d814081..9f7591c 100644 --- a/module/AutoUpdateSigned.nix +++ b/module/AutoUpdateSigned.nix @@ -66,7 +66,7 @@ in OnCalendar = "hourly"; Persistent = true; Unit = "autoupdate.service"; - # RandomizedDelaySec = 60; + RandomizedDelaySec = 60; }; wantedBy = [ "timers.target" ]; };