adjustments to autoUpgrade and reboot times

This commit is contained in:
Chris Cochrun 2023-03-02 09:49:10 -06:00
parent 7e09034675
commit 63944f8d6f

View file

@ -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.