nix.gc.interval

The calendar interval at which the garbage collector will run. See the serviceConfig.StartCalendarInterval option of the launchd module for more info.

Type
(submodule) or unique (non-empty (list of (submodule)))
Default
[
  {
    Hour = 3;
    Minute = 15;
    Weekday = 7;
  }
]
Declared
<nix-darwin/modules/services/nix-gc>