aboutsummaryrefslogtreecommitdiffstats
path: root/.config/vdirsyncer
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2025-01-06 17:04:13 +0100
committerDavid Runge <dave@sleepmap.de>2025-01-06 17:38:24 +0100
commitd56f2915ee589b3e533847a7f8c748e56b6218a8 (patch)
tree7c72a6ca1b9fe907d9d6db25cb444b6552a980ca /.config/vdirsyncer
parenta307212ae2fadfaf5cc4113c9eb8fbcca81bf098 (diff)
downloaddotfiles-d56f2915ee589b3e533847a7f8c748e56b6218a8.tar.gz
dotfiles-d56f2915ee589b3e533847a7f8c748e56b6218a8.tar.bz2
dotfiles-d56f2915ee589b3e533847a7f8c748e56b6218a8.tar.xz
dotfiles-d56f2915ee589b3e533847a7f8c748e56b6218a8.zip
feat(vdirsyncer): Use systemd-creds for fetching passwords
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to '.config/vdirsyncer')
-rw-r--r--.config/vdirsyncer/config6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/vdirsyncer/config b/.config/vdirsyncer/config
index 62f9770..202ce14 100644
--- a/.config/vdirsyncer/config
+++ b/.config/vdirsyncer/config
@@ -17,7 +17,7 @@ fileext = ".vcf"
type = "carddav"
url = "https://cloud.sleepmap.de/remote.php/dav/"
username = "dave"
-password.fetch = ["command", "gopass", "show", "-o", "websites/cloud.sleepmap.de/dave"]
+password.fetch = ["shell", "cat $CREDENTIALS_DIRECTORY/cloud.sleepmap.de"]
# caldav
[pair dave_calendar]
@@ -35,7 +35,7 @@ fileext = ".ics"
type = "caldav"
url = "https://cloud.sleepmap.de/remote.php/dav/"
username = "dave"
-password.fetch = ["command", "gopass", "show", "-o", "websites/cloud.sleepmap.de/dave"]
+password.fetch = ["shell", "cat $CREDENTIALS_DIRECTORY/cloud.sleepmap.de"]
[pair nanni_calendar]
a = "nanni_calendar_local"
@@ -52,4 +52,4 @@ fileext = ".ics"
type = "caldav"
url = "https://cloud.flanger.se/remote.php/dav/calendars/dave/"
username = "dave"
-password.fetch = ["command", "gopass", "show", "-o", "websites/cloud.flanger.se/dave"]
+password.fetch = ["shell", "cat $CREDENTIALS_DIRECTORY/cloud.flanger.se"]