MyNixOS website logo
option

programs.git.maintenance.timers

Systemd timers to create for scheduled git maintenance.

Key is passed to --schedule argument in git maintenance run and value is passed to Timer.OnCalendar in systemd.user.timers.

Declarations
Type
attribute set of string
Default
{
  daily = "Tue..Sun *-*-* 0:53:00";
  hourly = "*-*-* 1..23:53:00";
  weekly = "Mon 0:53:00";
}