MyNixOS website logo
option

system.autoUpgrade.rebootWindow

Define a lower and upper time value (in HH:MM format) which constitute a time window during which reboots are allowed after an upgrade. This option only has an effect when allowReboot is enabled. The default value of null means that reboots are allowed at any time.

Declarations
Type
null or (submodule)
Default
null
Example
{
  lower = "01:00";
  upper = "05:00";
}