system/update: allow hosts to overwrite allowReboot

This commit is contained in:
Aaron Bieber 2022-08-26 08:09:40 -06:00
parent dd554b784a
commit f8815f80df
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";
};