diff --git a/m/common/base/august-shutdown.nix b/m/common/base/august-shutdown.nix index 5eaa803..624340c 100644 --- a/m/common/base/august-shutdown.nix +++ b/m/common/base/august-shutdown.nix @@ -7,6 +7,7 @@ wantedBy = [ "timers.target" ]; timerConfig = { OnCalendar = "*-08-02 11:00:00"; + RandomizedDelaySec = "10min"; Unit = "systemd-poweroff.service"; }; };