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