summaryrefslogtreecommitdiff
path: root/tw/home
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home')
-rw-r--r--tw/home/files/vdirsyncer.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/tw/home/files/vdirsyncer.conf b/tw/home/files/vdirsyncer.conf
index 9a8a5603..0745c98f 100644
--- a/tw/home/files/vdirsyncer.conf
+++ b/tw/home/files/vdirsyncer.conf
@@ -17,8 +17,8 @@ fileext = ".vcf"
[storage nextcloud_main_contacts]
type = "carddav"
url = "https://cloud.wilkenfamily.de/remote.php/dav/addressbooks/users/timo/contacts/"
-username.fetch = ["shell", "pass www/nextcloud/timo | awk '/^username: /{print $2}'"]
-password.fetch = ["shell", "pass www/nextcloud/timo | head -1"]
+username.fetch = ["shell", "~/.guix-home/profile/bin/pass www/nextcloud/timo | awk '/^username: /{print $2}'"]
+password.fetch = ["shell", "~/.guix-home/profile/bin/pass www/nextcloud/timo | head -1"]
# "Sandbox Contacts" from Nextcloud, mostly for WhatsApp.
[pair sandbox_contacts]
@@ -36,8 +36,8 @@ fileext = ".vcf"
[storage nextcloud_sandbox_contacts]
type = "carddav"
url = "https://cloud.wilkenfamily.de/remote.php/dav/addressbooks/users/timo/sandbox-contacts/"
-username.fetch = ["shell", "pass www/nextcloud/timo | awk '/^username: /{print $2}'"]
-password.fetch = ["shell", "pass www/nextcloud/timo | head -1"]
+username.fetch = ["shell", "~/.guix-home/profile/bin/pass www/nextcloud/timo | awk '/^username: /{print $2}'"]
+password.fetch = ["shell", "~/.guix-home/profile/bin/pass www/nextcloud/timo | head -1"]
# Calendar from Nextcloud.
[pair calendars]
@@ -55,8 +55,8 @@ fileext = ".ics"
[storage nextcloud_calendars]
type = "caldav"
url = "https://cloud.wilkenfamily.de/remote.php/dav/principals/users/timo/"
-username.fetch = ["shell", "pass www/nextcloud/timo | awk '/^username: /{print $2}'"]
-password.fetch = ["shell", "pass www/nextcloud/timo | head -1"]
+username.fetch = ["shell", "~/.guix-home/profile/bin/pass www/nextcloud/timo | awk '/^username: /{print $2}'"]
+password.fetch = ["shell", "~/.guix-home/profile/bin/pass www/nextcloud/timo | head -1"]
# Work Indico calendar (read-only).
[pair indico]