diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index 869710b..7701a1a 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -67,6 +67,12 @@ dhcpcd.denyInterfaces = [ "eno*" ]; defaultGateway = { address = "192.168.137.1"; interface = "br0"; }; + + nat = { + enable = true; + internalInterfaces = [ "ve-*" ]; + externalInterface = "br0"; + }; }; boot.kernel.sysctl = {