MyNixOS website logo
option

systemd.sysupdate.timerConfig

The timer configuration for performing the update.

By default, the upstream configuration is used: https://github.com/systemd/systemd/blob/main/units/systemd-sysupdate.timer.

Declarations
Type
attribute set of (systemd option)
Default
{ }
Example
{
  OnCalendar = "Sun 14:00:00";
  Unit = "foo.service";
}