MyNixOS website logo
option

services.home-manager.autoExpire.frequency

The interval at which the Home Manager auto expire is run.

This value is passed to the systemd timer configuration as the OnCalendar option.

The format is described in 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).

Declarations
Type
string
Default
"monthly"
Example
"weekly"