nodes/home.nas: change nfs-mount options for /storage/nas

This commit is contained in:
Franzi 2020-11-28 15:48:52 +01:00
parent a549936e09
commit 1bfeead5e8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ actions = {
}
svc_systemd = {
'nfs-kernel-server': {
'nfs-server': {
'needs': {
'pkg_apt:nfs-kernel-server',
},

View file

@ -48,7 +48,7 @@ nodes['home.nas'] = {
'nfs-server': {
'shares': {
'/storage/nas': {
'172.19.138.0/24(ro,all_squash,anonuid=65534,anongid=65534)',
'172.19.138.0/24(ro,all_squash,anonuid=65534,anongid=65534,no_subtree_check)',
},
},
},