add server mount varible
This commit is contained in:
parent
97d4d1ed50
commit
0527bfe052
@ -0,0 +1,21 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user