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