ma share/gum: also allow access via wiregrill

This commit is contained in:
makefu 2019-09-25 15:05:07 +02:00
parent 7a2bcab5f0
commit e8329b2dbc

View file

@ -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
''; '';
} }