Reduce autoUpgrade randomizedDelaySec

This commit is contained in:
Evie Litherland-Smith 2024-08-23 10:29:51 +01:00
parent 0a4900b465
commit 2231dc65a9

View file

@ -49,7 +49,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 = "45min"; randomizedDelaySec = "15min";
flags = [ flags = [
"--accept-flake-config" "--accept-flake-config"
"--keep-going" "--keep-going"