Add rebootWindow for auto upgrades
This commit is contained in:
parent
ea01c0abf3
commit
aa4d1f11c9
1 changed files with 5 additions and 0 deletions
|
@ -11,5 +11,10 @@
|
||||||
flake = inputs.self.outPath;
|
flake = inputs.self.outPath;
|
||||||
dates = "02:00";
|
dates = "02:00";
|
||||||
randomizedDelaySec = "45min";
|
randomizedDelaySec = "45min";
|
||||||
|
allowReboot = true;
|
||||||
|
rebootWindow = {
|
||||||
|
lower = "01:00";
|
||||||
|
upper = "05:00";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue