mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -05:00
system: adjusted auto upgrade intervals
This commit is contained in:
parent
96fd8a6c17
commit
172f8b6b28
|
@ -115,6 +115,7 @@
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
allowReboot = true;
|
allowReboot = true;
|
||||||
dates = "04:00";
|
dates = "04:00";
|
||||||
|
randomizedDelaySec="20min";
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "github:alyraffauf/nixcfg";
|
flake = "github:alyraffauf/nixcfg";
|
||||||
operation = "boot";
|
operation = "boot";
|
||||||
|
|
Loading…
Reference in a new issue