summaryrefslogtreecommitdiff
path: root/hosts/moyo/scripts/export-nfs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-13 22:43:02 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-13 22:43:02 -0500
commitdce9ab07ae0b0496e432f213466fd6f442944fa7 (patch)
tree74ea43a6771d244e04c1f8a33a61750cda0bdac1 /hosts/moyo/scripts/export-nfs
parent2d35d8e272b4d5725c686be5d2b4436a55fe8141 (diff)
downloaddotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.tar.gz
dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.tar.bz2
dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.zip
Improve NFS options, misc stuff
Diffstat (limited to 'hosts/moyo/scripts/export-nfs')
-rwxr-xr-xhosts/moyo/scripts/export-nfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/moyo/scripts/export-nfs b/hosts/moyo/scripts/export-nfs
index 230f49d..3643fa3 100755
--- a/hosts/moyo/scripts/export-nfs
+++ b/hosts/moyo/scripts/export-nfs
@@ -1,2 +1,2 @@
#! /usr/bin/env sh
-sudo exportfs -o rw,async,insecure,no_subtree_check -i 192.168.0.0/16:$1
+sudo exportfs -o rw,async,insecure,no_subtree_check,crossmnt -i 192.168.0.0/16:$1