services.vdirsyncer.enable
Whether to enable vdirsyncer.
Type: boolean
Default:
false
Example:
true
Declared by:
services.vdirsyncer.package
The vdirsyncer package to use.
Type: package
Default:
pkgs.vdirsyncer
Declared by:
services.vdirsyncer.configFile
Optional configuration file to link to use instead of
the default file ($XDG_CONFIG_HOME/vdirsyncer/config).
Type: null or absolute path
Default:
null
Declared by:
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:
services.vdirsyncer.verbosity
Whether vdirsyncer should produce verbose output.
Type: null or one of “CRITICAL”, “ERROR”, “WARNING”, “INFO”, “DEBUG”
Default:
null
Declared by: