1
0
Fork 0
forked from Bun/nixos-config

This mail server gonna work soon brah I just know it

This commit is contained in:
Jimbo 2024-09-12 23:08:45 -04:00
parent 3ce47107e6
commit 7d6ea37da4
3 changed files with 13 additions and 64 deletions

View file

@ -45,7 +45,6 @@
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"
}
'';
};