From 75a91e9116619a8cef7b56574b9d5b562509d5af Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 6 Feb 2021 18:07:36 +0100 Subject: [PATCH] vdirsyncer: Use new credentials --- users/simon/modules/vdirsyncer.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/users/simon/modules/vdirsyncer.nix b/users/simon/modules/vdirsyncer.nix index b6d2f98..5c8c59c 100644 --- a/users/simon/modules/vdirsyncer.nix +++ b/users/simon/modules/vdirsyncer.nix @@ -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 = ''