vdirsyncer: Use new credentials

pull/48/head
Simon Bruder 2021-02-06 18:07:36 +01:00
parent 9b5a991074
commit 75a91e9116
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 4 deletions

View File

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