nixos/system/home/calendar/vdirsyncer-ensure-pass.sh
Evie Litherland-Smith fe1f5bb6a2 Move GPG config to own file
Move home/services/ files up one level, adjust imports accordingly.
2024-10-05 16:39:27 +01:00

6 lines
177 B
Bash

URL="dav.xenia.me.uk"
secret-tool lookup url "$URL" >/dev/null || (
echo "Setup calendar password"
secret-tool store --label="Personal calendar vdirsyncer" url "$URL"
)