diff --git a/dev_system.nix b/dev_system.nix index 9283dd6..5b20ab1 100644 --- a/dev_system.nix +++ b/dev_system.nix @@ -44,18 +44,6 @@ in { from = 8000; to = 8020; } ]; }; - - nat = { - enable = true; - externalInterface = "enp9s0"; - forwardPorts = [ - { - destination = "localhost:8001"; - proto = "tcp"; - sourcePort = 8001; - } - ]; - }; }; services = {