services.radicale.settings
Configuration for Radicale. See
https://radicale.org/v3.html#configuration.
This option is mutually exclusive with config.
- Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string) or a non-empty list of them)- Default
{ }- Example
server = { hosts = [ "0.0.0.0:5232" "[::]:5232" ]; }; auth = { type = "htpasswd"; htpasswd_filename = "/etc/radicale/users"; htpasswd_encryption = "bcrypt"; }; storage = { filesystem_folder = "/var/lib/radicale/collections"; };- Declared
- <nixpkgs/nixos/modules/services/networking/radicale.nix>