summary refs log tree commit diff
path: root/nixos/modules/services/networking/xandikos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/xandikos.nix')
-rw-r--r--nixos/modules/services/networking/xandikos.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/xandikos.nix b/nixos/modules/services/networking/xandikos.nix
index 649e9c7a668..6d1ddc74c71 100644
--- a/nixos/modules/services/networking/xandikos.nix
+++ b/nixos/modules/services/networking/xandikos.nix
@@ -9,7 +9,7 @@ in
 
   options = {
     services.xandikos = {
-      enable = mkEnableOption "Xandikos CalDAV and CardDAV server";
+      enable = mkEnableOption (lib.mdDoc "Xandikos CalDAV and CardDAV server");
 
       package = mkOption {
         type = types.package;