MyNixOS website logo
option

services.rsync.jobs.<name>.timerConfig

When to run the job.

Declarations
Type
null or (attribute set of (systemd option))
Default
{
  OnCalendar = "daily";
  Persistent = true;
}