From d99945995a8db69edf9b053f0cb24f1d8ec3efb0 Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 18 Mar 2024 22:22:21 +0000 Subject: [PATCH] deploy: 93dcc3daa9aa42698823305a79e0957089af652d --- options.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: