nixos/system/home/services/calendar/vdirsyncer-ensure-pass.sh
Evie Litherland-Smith 1ec38f94c8 Add calendar configuration
Use vdirsyncer to sync with xandikos server. Add khal for calendar
management.
2024-09-29 11:28:52 +01:00

6 lines
168 B
Bash

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