adjustments to autoUpgrade and reboot times
This commit is contained in:
parent
7e09034675
commit
63944f8d6f
|
@ -24,10 +24,14 @@ with lib;
|
|||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
dates = "02:00";
|
||||
dates = "04:40";
|
||||
allowReboot = true;
|
||||
flake = "${config.users.users.chris.home}/conf";
|
||||
flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
|
||||
rebootWindow = {
|
||||
lower = "04:40";
|
||||
upper = "05:20";
|
||||
};
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
|
|
Loading…
Reference in a new issue