From 2a40d5a0520ccd995c22e4f3de876cba1c9e5f70 Mon Sep 17 00:00:00 2001 From: kenji Date: Tue, 25 Nov 2025 23:31:25 -0600 Subject: [PATCH] caldav: removed sensitive info --- caldav/.config/vdirsyncer/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caldav/.config/vdirsyncer/config b/caldav/.config/vdirsyncer/config index de52e56..5327a07 100644 --- a/caldav/.config/vdirsyncer/config +++ b/caldav/.config/vdirsyncer/config @@ -23,4 +23,4 @@ type = "caldav" # You must find the specific CalDAV URL for your provider (Google, Nextcloud, etc.) url = "https://drive.sakamoto.dev/remote.php/dav" username = "admin" -password.fetch = ["shell", "cat ~/.secrets/vdirsyncer_secrets"] +password.fetch = ["shell", "cat ~/Dotfiles/.secrets/vdirsyncer_secret"]