nixos/vdirsyncer: fix description

Changed files
+1 -1
nixos
modules
services
networking
+1 -1
nixos/modules/services/networking/vdirsyncer.nix
···
forceDiscover = mkOption {
type = types.bool;
default = false;
-
description = literalMD ''
Run `yes | vdirsyncer discover` prior to `vdirsyncer sync`
'';
};
···
forceDiscover = mkOption {
type = types.bool;
default = false;
+
description = mdDoc ''
Run `yes | vdirsyncer discover` prior to `vdirsyncer sync`
'';
};