Allow disabling automatic reboots in module
This commit is contained in:
parent
530695d941
commit
4881f836c9
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
system.autoUpgrade = {
|
||||
|
|
@ -12,7 +13,7 @@
|
|||
flake = inputs.self.outPath;
|
||||
dates = "02:00";
|
||||
randomizedDelaySec = "45min";
|
||||
allowReboot = true;
|
||||
allowReboot = lib.mkDefault true;
|
||||
rebootWindow = {
|
||||
lower = "01:00";
|
||||
upper = "05:00";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue