From 338785d50379223403fb62185864b455f159a3db Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 9 Oct 2023 11:47:43 +0100 Subject: [PATCH] Remove ukaea contacts from vdirsyncer for now --- home/accounts/contact.nix | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/home/accounts/contact.nix b/home/accounts/contact.nix index d4d8512a..abca65ce 100644 --- a/home/accounts/contact.nix +++ b/home/accounts/contact.nix @@ -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 = ''