system/update: allow hosts to overwrite allowReboot
This commit is contained in:
parent
dd554b784a
commit
f8815f80df
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user