From 32d516c84d8a1bd6ef64b8e836ca70f01d410efc Mon Sep 17 00:00:00 2001 From: Nico Felbinger Date: Mon, 28 Oct 2024 19:56:12 +0100 Subject: [PATCH] nixos/radicale: fix links to documentation --- nixos/modules/services/networking/radicale.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/networking/radicale.nix b/nixos/modules/services/networking/radicale.nix index 62a242e88c9b..7037e6817803 100644 --- a/nixos/modules/services/networking/radicale.nix +++ b/nixos/modules/services/networking/radicale.nix @@ -52,7 +52,7 @@ in { default = { }; description = '' Configuration for Radicale. See - . + . This option is mutually exclusive with {option}`config`. ''; example = literalExpression '' @@ -74,7 +74,7 @@ in { type = format.type; description = '' Configuration for Radicale's rights file. See - . + . This option only works in conjunction with {option}`settings`. Setting this will also set {option}`settings.rights.type` and {option}`settings.rights.file` to appropriate values.