autoUpgrade: reduce randomizedDelaySec to 5min
This commit is contained in:
parent
3157aba921
commit
38685897eb
|
@ -71,7 +71,7 @@
|
|||
allowReboot = false;
|
||||
flake = "git+${config.nix.registry.my-nixos.to.url}";
|
||||
dates = "02:00";
|
||||
randomizedDelaySec = "15min";
|
||||
randomizedDelaySec = "5min";
|
||||
flags = [
|
||||
"--accept-flake-config"
|
||||
"--option"
|
||||
|
|
Loading…
Reference in a new issue