m 2 logging: whitelist kibana port

This commit is contained in:
makefu 2017-02-07 13:57:03 +01:00
parent 9d051137bf
commit db3a4e6530

View file

@ -18,6 +18,6 @@ in {
networking.firewall.extraCommands = ''
iptables -A INPUT -i retiolum -p tcp --dport ${toString es-port} -j ACCEPT
iptables -A INPUT -i retiolum -p tcp --dport ${toString es-port} -j ACCEPT
iptables -A INPUT -i retiolum -p tcp --dport ${toString kibana-port} -j ACCEPT
'';
}