diff --git a/nixos/modules/services/networking/vdirsyncer.nix b/nixos/modules/services/networking/vdirsyncer.nix index c818b640a41d..6a069943434d 100644 --- a/nixos/modules/services/networking/vdirsyncer.nix +++ b/nixos/modules/services/networking/vdirsyncer.nix @@ -106,7 +106,7 @@ in forceDiscover = mkOption { type = types.bool; default = false; - description = literalMD '' + description = mdDoc '' Run `yes | vdirsyncer discover` prior to `vdirsyncer sync` ''; };