Specify vdirsyncer collections for ukaea account

This commit is contained in:
Evie Litherland-Smith 2023-10-03 16:01:33 +01:00
parent cbad42df05
commit a10b4ba19d
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
};
vdirsyncer = {
enable = lib.mkDefault emailConfig.mbsync.enable;
collections = [ "from a" ];
collections = [ "calendar" ];
metadata = [ "color" "displayname" ];
itemTypes = [ "VEVENT" ];
};

View file

@ -34,7 +34,7 @@
};
vdirsyncer = {
inherit (calendarAccounts.ukaea.vdirsyncer) enable;
collections = [ "from a" ];
collections = [ "contacts" ];
};
};
};