Fix vdir sync

This commit is contained in:
Charlotte Van Petegem 2020-12-10 01:21:17 +01:00
parent 0f4298eb05
commit 18a103911e
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -249,7 +249,7 @@ in
"vdirsyncer/config".text = "vdirsyncer/config".text =
let nextcloudConfig = type: { let nextcloudConfig = type: {
inherit type; inherit type;
url = "https://nextcloud.vanpetegem.me"; url = "https://nextcloud.vanpetegem.me/remote.php/dav/";
username = "chvp"; username = "chvp";
"password.fetch" = [ "command" "${passwordScript}" "social/Nextcloud" ]; "password.fetch" = [ "command" "${passwordScript}" "social/Nextcloud" ];
}; in }; in