fix auth
This commit is contained in:
parent
e8b159de17
commit
b7d63326bb
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ in {
|
||||||
wwn = "${nasBase}.${t.name}";
|
wwn = "${nasBase}.${t.name}";
|
||||||
tpgs = [{
|
tpgs = [{
|
||||||
enable = true;
|
enable = true;
|
||||||
|
attributes = {
|
||||||
|
authentication = 0;
|
||||||
|
generate_node_acls = 0;
|
||||||
|
};
|
||||||
portals = [
|
portals = [
|
||||||
{
|
{
|
||||||
ip_address = "0.0.0.0";
|
ip_address = "0.0.0.0";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue