chore: Switch NAT methods to rely more on Nix

This commit is contained in:
Tera << 8 2025-05-16 12:19:10 -04:00
parent a7de9aee6c
commit e57ae68efb
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -93,9 +93,12 @@
}; };
# Tailscale fixer-uppers # Tailscale fixer-uppers
boot.kernel.sysctl = { networking.nat = {
"net.ipv4.ip_forward" = 1; enable = true;
"net.ipv6.conf.all.forwarding" = 1; enableIPv6 = true;
internalInterface = "enp6s18";
externalInterfaces = [ "wg0" ];
}; };
# Volumes # Volumes