mbsync: add missing literalExample
This commit is contained in:
parent
0b47ded208
commit
83f5ce2aec
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue