systemd.sysupdate.reboot.timerConfig

NixOS option

The timer configuration for rebooting after an update. By default, the upstream configuration is used: https://github.com/systemd/systemd/blob/main/units/systemd-sysupdate-reboot.timer

type: attribute set of (systemd option)
Default
{ }
Example
{
  OnCalendar = "Sun 14:00:00";
  Unit = "foo.service";
}
declared in: nixos/modules/system/boot/systemd/sysupdate.nixView source on NixOS/nixpkgs →