nix.optimise.interval

The calendar interval at which the optimiser 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 = 4;
    Minute = 15;
    Weekday = 7;
  }
]
Declared
<nix-darwin/modules/services/nix-optimise>