diff --git a/nixos/server/firewall.nix b/nixos/server/firewall.nix index 8600373..f7a3478 100644 --- a/nixos/server/firewall.nix +++ b/nixos/server/firewall.nix @@ -44,7 +44,6 @@ chain POSTROUTING { type nat hook postrouting priority 100; policy accept; oifname "${ips.netInt}" masquerade - oifname "${ips.wgInt}" masquerade ip saddr ${ips.wgSpan}.0/24 oifname "${ips.netInt}" masquerade comment "WireGuard" } '';