From 9ecc395e7c91bf1d4dfb73adb05e047cf3020255 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 20 Sep 2023 20:05:29 +0200 Subject: Work around mcron's restrictive PATH setting --- tw/home/files/vdirsyncer.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tw/home/files/vdirsyncer.conf') 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] -- cgit v1.2.3