vdirsyncer: Use new credentials

This commit is contained in:
Simon Bruder 2021-02-06 18:07:36 +01:00
parent 9b5a991074
commit 75a91e9116
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -28,8 +28,8 @@ in
[storage contacts_remote] [storage contacts_remote]
type = "carddav" type = "carddav"
url = "https://dav.sbruder.de/" url = "https://dav.sbruder.de/"
username = "simon" username = "simon@sbruder.de"
password.fetch = ["command", "sh", "-c", "pass sbruder.de/account | head -n 1"] password.fetch = ["command", "sh", "-c", "pass sbruder.de/mail | head -n 1"]
[pair calendar] [pair calendar]
a = "calendar_local" a = "calendar_local"
@ -45,8 +45,8 @@ in
[storage calendar_remote] [storage calendar_remote]
type = "caldav" type = "caldav"
url = "https://dav.sbruder.de/" url = "https://dav.sbruder.de/"
username = "simon" username = "simon@sbruder.de"
password.fetch = ["command", "sh", "-c", "pass sbruder.de/account | head -n 1"] password.fetch = ["command", "sh", "-c", "pass sbruder.de/mail | head -n 1"]
''; '';
"khal/config".text = '' "khal/config".text = ''