more permissive permision

This commit is contained in:
Polen 2025-11-21 20:16:46 -05:00
parent 04505d3fd5
commit 4a3d3caf98

View file

@ -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)
'';
};