Remove ukaea contacts from vdirsyncer for now

This commit is contained in:
Evie Litherland-Smith 2023-10-09 11:47:43 +01:00
parent 0889818512
commit 338785d503

View file

@ -25,18 +25,20 @@
collections = [ "from a" ];
};
};
ukaea = {
inherit local;
remote = rec {
inherit (calendarAccounts.ukaea.remote) userName passwordCommand;
type = "carddav";
url = "http://localhost:1080/users/${userName}/contacts/";
};
vdirsyncer = {
inherit (calendarAccounts.ukaea.vdirsyncer) enable;
collections = [ "contacts" ];
};
};
# Remove for now as contact syncing doesn't seem to work with davmail
# TODO investigate LDAP based solution instead
# ukaea = {
# inherit local;
# remote = rec {
# inherit (calendarAccounts.ukaea.remote) userName passwordCommand;
# type = "carddav";
# url = "http://localhost:1080/users/${userName}/contacts/";
# };
# vdirsyncer = {
# inherit (calendarAccounts.ukaea.vdirsyncer) enable;
# collections = [ "contacts" ];
# };
# };
};
};
xdg.configFile."khard/khard.conf".text = ''