MyNixOS website logo
option

systemd.timers.<name>.timerConfig

Each attribute in this set specifies an option in the [Timer] section of the unit. See systemd.timer(5) and systemd.time(7) for details.

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