diff --git a/options.xhtml b/options.xhtml index fe7504d8a..8276c75e3 100644 --- a/options.xhtml +++ b/options.xhtml @@ -10856,17 +10856,17 @@ boolean

-

The frequency at which to run the garbage collector.

These enums are based on special expressions from the -systemd.time(7)

+

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 the manual page above.

Type: -one of “hourly”, “daily”, “weekly”, “monthly”, “semiannually”, “annually”

+string

Default: "weekly"

Example: -"monthly"

+"03:15"

Declared by: