more permissive permision
This commit is contained in:
parent
04505d3fd5
commit
4a3d3caf98
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@
|
|||
services.nfs.server = {
|
||||
enable = true;
|
||||
exports = ''
|
||||
/data 192.168.1.0/24(rw,sync,no_subtree_check,fsid=0)
|
||||
/data1 192.168.1.0/24(rw,sync,no_subtree_check,fsid=1)
|
||||
/data 192.168.1.0/24(rw,sync,no_subtree_check,fsid=0,all_squash,anonuid=1000,anongid=100)
|
||||
/data1 192.168.1.0/24(rw,sync,no_subtree_check,fsid=1,all_squash,anonuid=1000,anongid=100)
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue