Reduce delay for autoUpgrade
This commit is contained in:
parent
a44bcf7c21
commit
a66c445a34
|
@ -55,8 +55,7 @@
|
||||||
allowReboot = lib.mkDefault false;
|
allowReboot = lib.mkDefault false;
|
||||||
flake = "git+https://git.xenia.me.uk/pixelifytica/nixos.git?ref=main";
|
flake = "git+https://git.xenia.me.uk/pixelifytica/nixos.git?ref=main";
|
||||||
operation = lib.mkDefault "boot";
|
operation = lib.mkDefault "boot";
|
||||||
dates = "daily";
|
randomizedDelaySec = lib.mkDefault "5min";
|
||||||
randomizedDelaySec = lib.mkDefault "45min";
|
|
||||||
fixedRandomDelay = true;
|
fixedRandomDelay = true;
|
||||||
flags = [
|
flags = [
|
||||||
"--option"
|
"--option"
|
||||||
|
|
Loading…
Reference in a new issue