vdirsyncer pair configurations.
Declarations
Type
attribute set of (attribute set)
Default
{ }
Example
{
my_contacts = {
a = "my_cloud_contacts";
b = "my_local_contacts";
collections = [ "from a" ];
conflict_resolution = "a wins";
metadata = [ "color" "displayname" ];
};
};