From c322bc87d6b84a1c2826072281a169e10ee2d38c Mon Sep 17 00:00:00 2001 From: devmatrix Date: Mon, 16 Feb 2026 14:10:15 +0000 Subject: [PATCH] fix: Remove hosts parameter from NFS shares (causes EINVAL) --- setup_truenas_shares.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup_truenas_shares.sh b/setup_truenas_shares.sh index f885f36..959046d 100644 --- a/setup_truenas_shares.sh +++ b/setup_truenas_shares.sh @@ -93,7 +93,6 @@ for share in projects backups iso-archive shared; do midclt call sharing.nfs.create "{ \"path\": \"$path\", \"comment\": \"DevMatrix $share\", - \"hosts\": [\"$NETWORK_ALLOW\"], \"ro\": false, \"maproot_user\": \"root\", \"maproot_group\": \"root\",