1
0
Fork 0

Get the syntax right :/

This commit is contained in:
clerie 2020-12-08 13:41:37 +01:00
parent fe6791d424
commit 0be2b84fdc
1 changed files with 4 additions and 2 deletions

View File

@ -48,8 +48,10 @@
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
179 179
]; ];
networking.firewall.extraCommands = "ip6tables -A INPUT -p ospfigp -j ACCEPT"; networking.firewall.extraCommands = ''
networking.firewall.extraCommands = "iptables -A INPUT -p ospfigp -j ACCEPT"; ip6tables -A INPUT -p ospfigp -j ACCEPT
iptables -A INPUT -p ospfigp -j ACCEPT
'';
services.bird2.enable = true; services.bird2.enable = true;
services.bird2.config = '' services.bird2.config = ''