mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 20:53:54 +01:00
I hope that this fixes it and a parser just had autism
This commit is contained in:
parent
9d0e3f61be
commit
448433e958
|
@ -21,11 +21,7 @@
|
|||
|
||||
networking.firewall.allowedTCPPorts = [ 2049 ];
|
||||
networking.firewall.extraInputRules = ''
|
||||
iifname wg0 ip6 saddr {
|
||||
2a0f:be01:0:100::/64,
|
||||
2a0f:be01:0:200::/64,
|
||||
2a0f:be01:fe:f00::/56,
|
||||
} tcp dport 2049 accept
|
||||
iifname wg0 ip6 saddr { 2a0f:be01:0:100::/64, 2a0f:be01:0:200::/64, 2a0f:be01:fe:f00::/56 } tcp dport 2049 accept
|
||||
'';
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue