diff --git a/devices/latoure/configuration.nix b/devices/latoure/configuration.nix index 4876f4b..4c529a9 100644 --- a/devices/latoure/configuration.nix +++ b/devices/latoure/configuration.nix @@ -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) ''; };