system/update: allow hosts to overwrite allowReboot
This commit is contained in:
parent
1fc1c7f85c
commit
f598aae48b
@ -15,7 +15,7 @@ with lib; {
|
|||||||
(mkIf config.autoUpdate.enable {
|
(mkIf config.autoUpdate.enable {
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowReboot = false;
|
allowReboot = mkDefault false;
|
||||||
flake = "github:qbit/xin";
|
flake = "github:qbit/xin";
|
||||||
dates = "*-*-* *:03:00";
|
dates = "*-*-* *:03:00";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user