nodes/home.nas: change nfs-mount options for /storage/nas
This commit is contained in:
parent
a549936e09
commit
1bfeead5e8
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ actions = {
|
|||
}
|
||||
|
||||
svc_systemd = {
|
||||
'nfs-kernel-server': {
|
||||
'nfs-server': {
|
||||
'needs': {
|
||||
'pkg_apt:nfs-kernel-server',
|
||||
},
|
||||
|
|
|
@ -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)',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue