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\",