Get the syntax right :/
This commit is contained in:
parent
fe6791d424
commit
0be2b84fdc
@ -48,8 +48,10 @@
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
179
|
||||
];
|
||||
networking.firewall.extraCommands = "ip6tables -A INPUT -p ospfigp -j ACCEPT";
|
||||
networking.firewall.extraCommands = "iptables -A INPUT -p ospfigp -j ACCEPT";
|
||||
networking.firewall.extraCommands = ''
|
||||
ip6tables -A INPUT -p ospfigp -j ACCEPT
|
||||
iptables -A INPUT -p ospfigp -j ACCEPT
|
||||
'';
|
||||
|
||||
services.bird2.enable = true;
|
||||
services.bird2.config = ''
|
||||
|
Loading…
Reference in New Issue
Block a user