From eb58556686f2f2b3e282f9b38793e2eb9cd02310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=BCbner?= Date: Tue, 24 Jun 2025 12:23:27 +0200 Subject: [PATCH] Remove nat section --- dev_system.nix | 12 ------------ 1 file changed, 12 deletions(-) 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 = {