ma share/gum: also allow access via wiregrill
This commit is contained in:
parent
7a2bcab5f0
commit
e8329b2dbc
|
@ -35,5 +35,6 @@ in {
|
||||||
};
|
};
|
||||||
networking.firewall.extraCommands = ''
|
networking.firewall.extraCommands = ''
|
||||||
iptables -A INPUT -i retiolum -p tcp --dport 445 -j ACCEPT
|
iptables -A INPUT -i retiolum -p tcp --dport 445 -j ACCEPT
|
||||||
|
iptables -A INPUT -i wiregrill -p tcp --dport 445 -j ACCEPT
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue