From e340d1da803fc2010aadef5783f684d92eb24ea8 Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 18 Oct 2023 06:46:57 +0000 Subject: [PATCH] deploy: 05649393ac1f34980a5cf6a6e89de77626c9182b --- options.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/options.html b/options.html index d5dd569a..ae2b76a9 100644 --- a/options.html +++ b/options.html @@ -14482,20 +14482,18 @@ boolean

Default: false

Example: true

Declared by:

<home-manager/modules/services/recoll.nix> -
services.recoll.package

Package providing the recoll binary.

Type: +

services.recoll.package

Package providing the recoll binary.

Type: package

Default: pkgs.recoll

Example: (pkgs.recoll.override { withGui = false; })

Declared by:

<home-manager/modules/services/recoll.nix>
services.recoll.configDir

The directory to contain Recoll configuration files. This will be set -as RECOLL_CONFDIR.

Type: +as RECOLL_CONFDIR.

Type: string

Default: ${config.home.homeDirectory}/.recoll

Example: ${config.xdg.configHome}/recoll

Declared by:

<home-manager/modules/services/recoll.nix> -
services.recoll.settings

The configuration to be written at -${config.services.recoll.configDir}/recoll.conf.

See -recoll(5) for more details about the configuration.

Type: +

services.recoll.settings

The configuration to be written at $RECOLL_CONFDIR/recoll.conf.

See recoll.conf(5) for more details about the configuration.

Type: attribute set of (Recoll config value)

Default: { }

Example:

{
   nocjk = true;
@@ -14514,8 +14512,7 @@ attribute set of (Recoll config value)

Default:

Declared by:

<home-manager/modules/services/recoll.nix>
services.recoll.startAt

When or how often the periodic update should run. Must be the format -described from -systemd.time(7).

Type: +described from systemd.time(7).

Type: string

Default: "hourly"

Example: "00/2:00"

Declared by: