nixos/system/home/services/calendar/vdirsyncer-ensure-pass.sh

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"
)