From 94d24f136e532669c6074ff7ac1238b59e102586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Fri, 28 Oct 2022 11:59:34 +0200 Subject: [PATCH] nixos/vdirsyncer: fix description --- nixos/modules/services/networking/vdirsyncer.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` ''; };