diff --git a/hosts/TITAN/system.nix b/hosts/TITAN/system.nix index 91dcab1..faba5d4 100644 --- a/hosts/TITAN/system.nix +++ b/hosts/TITAN/system.nix @@ -60,5 +60,13 @@ boot.tmpOnTmpfs = true; boot.tmpOnTmpfsSize = "75%"; + + networking.nat = { + enable = true; + externalInterface = "enp24s0"; + internalIPs = [ + "10.100.3.0/24" + ]; + }; }