Added squash for permissions
This commit is contained in:
parent
90b8d36143
commit
f53a34b2e7
|
@ -81,8 +81,8 @@ in
|
||||||
services.nfs.server = lib.mkIf srvConfig.nfsEnable {
|
services.nfs.server = lib.mkIf srvConfig.nfsEnable {
|
||||||
enable = true;
|
enable = true;
|
||||||
exports = ''
|
exports = ''
|
||||||
${srvConfig.nfsRoot} 192.168.1.*(rw,fsid=root,no_subtree_check)
|
${srvConfig.nfsRoot} 192.168.1.1/24(rw,fsid=root,no_subtree_check,all_squash,anonuid=1001,anongid=1001)
|
||||||
${lib.concatMapStringsSep "\n" (n: "${srvConfig.nfsRoot}${n} 192.168.1.*(rw,no_subtree_check,nohide)") srvConfig.nfsExports}
|
${lib.concatMapStringsSep "\n" (n: "${srvConfig.nfsRoot}${n} 192.168.1.1/24(rw,no_subtree_check,nohide,all_squash,anonuid=1001,anongid=1001)") srvConfig.nfsExports}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user