ma share/gum: use new interface firewall
This commit is contained in:
parent
7edc9a9a51
commit
87a31deffc
@ -33,8 +33,6 @@ in {
|
||||
disable spoolss = yes
|
||||
'';
|
||||
};
|
||||
networking.firewall.extraCommands = ''
|
||||
iptables -A INPUT -i retiolum -p tcp --dport 445 -j ACCEPT
|
||||
iptables -A INPUT -i wiregrill -p tcp --dport 445 -j ACCEPT
|
||||
'';
|
||||
networking.firewall.interfaces.retiolum.allowedTCPPorts = [ 445 ];
|
||||
networking.firewall.interfaces.wiregrill.allowedTCPPorts = [ 445 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user