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 = ''