autoUpgrade: reduce randomizedDelaySec to 5min

This commit is contained in:
Evie Litherland-Smith 2024-09-17 07:27:58 +01:00
parent 3157aba921
commit 38685897eb

View file

@ -71,7 +71,7 @@
allowReboot = false; allowReboot = false;
flake = "git+${config.nix.registry.my-nixos.to.url}"; flake = "git+${config.nix.registry.my-nixos.to.url}";
dates = "02:00"; dates = "02:00";
randomizedDelaySec = "15min"; randomizedDelaySec = "5min";
flags = [ flags = [
"--accept-flake-config" "--accept-flake-config"
"--option" "--option"