AutoUpdate : Run on 3 AM.
This commit is contained in:
parent
ccb2706ca2
commit
11d21727c4
|
@ -2,7 +2,7 @@
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowReboot = false;
|
allowReboot = false;
|
||||||
dates = "daily";
|
dates = "03:00";
|
||||||
flake = "git+https://git.voronind.com/voronind/nixos.git";
|
flake = "git+https://git.voronind.com/voronind/nixos.git";
|
||||||
operation = "boot";
|
operation = "boot";
|
||||||
persistent = true;
|
persistent = true;
|
||||||
|
|
Loading…
Reference in a new issue