21 lines
441 B
Plaintext
21 lines
441 B
Plaintext
systemd_mounts:
|
|
diskstation_git:
|
|
share: 192.168.1.10:/volume1/git
|
|
mount: /mnt/diskstation/git
|
|
type: nfs
|
|
options:
|
|
- " "
|
|
automount: true
|
|
backup_disk:
|
|
share: /dev/sda1
|
|
mount: /mnt/backup
|
|
type: nfs
|
|
options:
|
|
- uid=1024
|
|
- guid=100
|
|
automount: true
|
|
|
|
systemd_mounts_enabled:
|
|
- diskstation_git
|
|
- backup_disk
|
|
|