Remove ukaea contacts from vdirsyncer for now
This commit is contained in:
parent
0889818512
commit
338785d503
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue