diff --git a/hosts/h002/nfs-data.nix b/hosts/h002/nfs-data.nix index ceda8a40..f796c878 100644 --- a/hosts/h002/nfs-data.nix +++ b/hosts/h002/nfs-data.nix @@ -3,7 +3,7 @@ services.nfs.server = { enable = true; exports = '' - /mnt/storage 100.64.0.0/10(rw,sync,no_subtree_check,fsid=0,crossmnt) + /data 100.64.0.0/10(rw,sync,no_subtree_check,fsid=0,crossmnt) ''; };