From 11ac5bddc4204a0a2bfd69f9256c4023026d6758 Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 21 Sep 2020 07:16:34 +0000 Subject: [PATCH] sharenfs="rw=@10.0.1.0/24" --- HowtoZFS.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoZFS.page b/HowtoZFS.page index 4cd5ea9..f6c52c9 100644 --- a/HowtoZFS.page +++ b/HowtoZFS.page @@ -9,6 +9,6 @@ zfs set compression=lz4 local/home zfs list zfs get compression zfs set mountpoint=/home local/home -zfs set sharenfs=on local/home +zfs set sharenfs="rw=@10.0.1.0/24" local/home zfs share local/home ``` \ No newline at end of file