feat: remove Duplicati service configuration and deployment tasks; update GoLink volume path
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
2025-03-11 19:40:22 +01:00
parent 179f81e023
commit 3f9ec7c6c2
3 changed files with 1 additions and 44 deletions

View File

@@ -7,5 +7,5 @@ services:
- PGID=100
- TS_AUTHKEY={{ lookup('onepassword', '4gsgavajnxfpcrjvbkqhoc4drm', field='TS_AUTHKEY', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
volumes:
- {{ golink_data_dir }}:/home/nonroot
- {{ golink_data_dir }}/golink.db:/home/nonroot/golink.db
restart: "unless-stopped"