nix.gc.dates
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
- <home-manager/modules/services/nix-gc.nix>