From b95f4acffbd2259a7c2332be3ed9064f598f4f45 Mon Sep 17 00:00:00 2001 From: teto Date: Tue, 13 Jun 2023 14:32:48 +0000 Subject: [PATCH] deploy: 0d1e053ce997f1dc181a0790c3b1ba2c76550ace --- options.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/options.html b/options.html index b25d49ec5..0da118a8b 100644 --- a/options.html +++ b/options.html @@ -9490,6 +9490,20 @@ for a list of available options.

Type:

services.unison.pairs.<name>.stateDirectory

Unison state directory to use.

Type: path

Default: "$XDG_DATA_HOME/unison"

Declared by:

<home-manager/modules/services/unison.nix> +
services.vdirsyncer.enable

Whether to enable vdirsyncer.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/services/vdirsyncer.nix> +
services.vdirsyncer.package

The package to use for the vdirsyncer binary.

Type: package

Default: "pkgs.vdirsyncer"

Example: pkgs.vdirsyncer

Declared by:

+ <home-manager/modules/services/vdirsyncer.nix> +
services.vdirsyncer.configFile

Optional configuration file to link to use instead of +the default file ($XDG_CONFIG_HOME/vdirsyncer/config).

Type: null or path

Default: null

Declared by:

+ <home-manager/modules/services/vdirsyncer.nix> +
services.vdirsyncer.frequency

How often to run vdirsyncer. This value is passed to the systemd +timer configuration as the onCalendar option. See +systemd.time(7) +for more information about the format.

Type: string

Default: "*:0/5"

Declared by:

+ <home-manager/modules/services/vdirsyncer.nix> +
services.vdirsyncer.verbosity

Whether vdirsyncer should produce verbose output.

Type: null or one of "CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG"

Default: null

Declared by:

+ <home-manager/modules/services/vdirsyncer.nix>
services.volnoti.enable

Whether to enable Volnoti volume HUD daemon.

Type: boolean

Default: false

Example: true

Declared by:

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

Package containing the volnoti program.

Type: package

Default: pkgs.volnoti

Declared by: