summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-10-28 11:59:34 +0200
committerNaïm Favier <n@monade.li>2022-10-28 11:59:34 +0200
commit94d24f136e532669c6074ff7ac1238b59e102586 (patch)
tree9e699643a6d14df1f9a476a2f06e3034165ce2f2
parentMerge pull request #198227 from fabaff/msgspec-bump (diff)
downloadnixpkgs-94d24f136e532669c6074ff7ac1238b59e102586.tar.gz
nixos/vdirsyncer: fix description
-rw-r--r--nixos/modules/services/networking/vdirsyncer.nix2
1 files changed, 1 insertions, 1 deletions
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`
'';
};