programs.git.maintenance.timers

Home-Manager option

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.

type: attribute set of string
Default
{ daily = "Tue..Sun *-*-* 0:53:00"; hourly = "*-*-* 1..23:53:00"; weekly = "Mon 0:53:00"; }
declared in: <home-manager/modules/programs/git.nix>source unavailable