nix.gc.dates

Home-Manager option

When to run the Nix garbage collector. On Linux this is a string as defined by systemd.time(7). On Darwin it must be one of: hourly, daily, weekly, monthly, semiannually, annually, which are implemented as defined in systemd.time(7).

type: (optionally newline-terminated) single-line string or list of string
Default
"weekly"
Example
"03:15"
declared in: <home-manager/modules/services/nix-gc.nix>source unavailable