aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/17_syncthing/defaults/main.yml
blob: d7449c3092b9664a783c00a2bbfe8dd6f380c32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
userland: "15.1-RELEASE"

zfs:
  - name: syncthing_config
    owner: "1001"
    group: "1001"

nullfs:
  - src: storage/docs
    dst: /mnt/docs
  - src: storage/vault
    dst: /mnt/vault
  - src: storage/jan-systems-2025-content
    dst: /mnt/jan-systems-2025-content
  - src: storage/projects-ableton
    dst: /mnt/projects-ableton
  - src: syncthing_config
    dst: /usr/local/etc/syncthing

pkg:
  - syncthing

services:
  - syncthing