diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/arrakis/services.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/arrakis/services.nix b/hosts/arrakis/services.nix index 9fbc936..3f68caf 100644 --- a/hosts/arrakis/services.nix +++ b/hosts/arrakis/services.nix @@ -65,8 +65,8 @@ server = { enable = true; exports = '' - /srv/nfs 192.168.1.0/24(ro,all_squash,insecure,crossmnt,subtree_check,fsid=0) - /srv/caladan 192.168.1.4/32(ro,all_squash,crossmnt,subtree_check,fsid=0) + /srv/nfs 192.168.1.0/24(ro,all_squash,insecure,crossmnt,subtree_check,fsid=1) + /srv/caladan 192.168.1.4/32(rw,root_squash,crossmnt,subtree_check,fsid=2) ''; }; settings = { |