mbsync: add missing literalExample

This commit is contained in:
Robert Helgesson 2021-10-12 23:41:55 +02:00
parent 0b47ded208
commit 83f5ce2aec
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -94,7 +94,7 @@ let
extraConfig = mkOption { extraConfig = mkOption {
type = extraConfigType; type = extraConfigType;
default = { }; default = { };
example = '' example = literalExample ''
{ {
Create = "both"; Create = "both";
CopyArrivalDate = "yes"; CopyArrivalDate = "yes";