mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 19:40:32 +01:00
My brain is the size of a grain of rice
This commit is contained in:
parent
169c0bc552
commit
579fe78a23
|
@ -16,7 +16,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
allowedTCPPorts = [111 2049 /* 4000 4001 4002 20048 */];
|
networking.firewall.allowedTCPPorts = [111 2049 /* 4000 4001 4002 20048 */];
|
||||||
networking.firewall.extraInputRules = ''
|
networking.firewall.extraInputRules = ''
|
||||||
iifname wg0 ip6 saddr { 2a0f:be01:0:100::/64, 2a0f:be01:0:200::/64, 2a0f:be01:fe:f00::/56 } tcp dport { 111, 2049 } accept
|
iifname wg0 ip6 saddr { 2a0f:be01:0:100::/64, 2a0f:be01:0:200::/64, 2a0f:be01:fe:f00::/56 } tcp dport { 111, 2049 } accept
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue