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

nullfs:
  - src: /usr/local/jails/volumes/storage/docs
    dst: /mnt/docs
  - src: /usr/local/jails/volumes/storage/vault
    dst: /mnt/vault
  - src: /usr/local/jails/volumes/storage/jan-systems-2025-content
    dst: /mnt/jan-systems-2025-content

zfs:
  - name: zroot/jails/volumes/syncthing_config
    mountpoint: /usr/local/etc/syncthing

pkg:
  - syncthing

services:
  - syncthing