autoUpgrade: reduce randomizedDelaySec to 5min
This commit is contained in:
parent
3157aba921
commit
38685897eb
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue