system/update: allow hosts to overwrite allowReboot

This commit is contained in:
Aaron Bieber 2022-08-26 08:09:40 -06:00
parent 1fc1c7f85c
commit f598aae48b
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ with lib; {
(mkIf config.autoUpdate.enable {
system.autoUpgrade = {
enable = true;
allowReboot = false;
allowReboot = mkDefault false;
flake = "github:qbit/xin";
dates = "*-*-* *:03:00";
};