add mountpoint for carddav share folder
This commit is contained in:
parent
6564876252
commit
0680b96819
@ -6,6 +6,13 @@ systemd_mounts:
|
||||
options:
|
||||
- " "
|
||||
automount: true
|
||||
diskstation_CardDav:
|
||||
share: diskstation.ducamps.win:/volume2/CardDav
|
||||
mount: /mnt/diskstation/CardDav
|
||||
type: nfs
|
||||
options:
|
||||
- " "
|
||||
automount: true
|
||||
backup_disk:
|
||||
share: /dev/sda1
|
||||
mount: /mnt/backup
|
||||
@ -47,6 +54,7 @@ systemd_mounts_enabled:
|
||||
- backup_disk
|
||||
- diskstation_photo
|
||||
- diskstation_home
|
||||
- diskstation_CardDav
|
||||
|
||||
|
||||
credentials_files:
|
||||
|
Loading…
Reference in New Issue
Block a user