mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-11 14:17:29 +02:00
I hope that this fixes it and a parser just had autism
This commit is contained in:
parent
9d0e3f61be
commit
448433e958
1 changed files with 1 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue