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