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: Unison state directory to use. Type: path Default: Declared by: Whether to enable vdirsyncer. Type: boolean Default: Example: Declared by: The package to use for the vdirsyncer binary. Type: package Default: Example: Declared by: Optional configuration file to link to use instead of
+the default file ( Type: null or path Default: Declared by: 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: Declared by: Whether vdirsyncer should produce verbose output. Type: null or one of "CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG" Default: Declared by: Whether to enable Volnoti volume HUD daemon. Type: boolean Default: Example: Declared by: Package containing the volnoti program. Type: package Default: Declared by:services.unison.pairs.<name>.stateDirectory
"$XDG_DATA_HOME/unison"
<home-manager/modules/services/unison.nix>
+
services.vdirsyncer.enable
false
true
+ <home-manager/modules/services/vdirsyncer.nix>
+
services.vdirsyncer.package
"pkgs.vdirsyncer"
pkgs.vdirsyncer
+ <home-manager/modules/services/vdirsyncer.nix>
+
services.vdirsyncer.configFile
$XDG_CONFIG_HOME/vdirsyncer/config
).null
+ <home-manager/modules/services/vdirsyncer.nix>
+
services.vdirsyncer.frequency
"*:0/5"
+ <home-manager/modules/services/vdirsyncer.nix>
+
services.vdirsyncer.verbosity
null
+ <home-manager/modules/services/vdirsyncer.nix>
services.volnoti.enable
false
true
<home-manager/modules/services/volnoti.nix>
services.volnoti.package
pkgs.volnoti