MyNixOS website logo
option

services.vdirsyncer.jobs.<name>.config.pairs

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" ];
  };
};