summary refs log tree commit diff
path: root/nixos
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 /nixos
parent8b50c1b90548e9b2979859ee2deab63e3681b2aa (diff)
nixos/vdirsyncer: fix description
Diffstat (limited to 'nixos')
-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 c818b640a41d2..6a069943434da 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`
               '';
             };