Remove nat section

This commit is contained in:
Michael Hübner 2025-06-24 12:23:27 +02:00
parent b5dd5bc212
commit eb58556686

View file

@ -44,18 +44,6 @@ in
{ from = 8000; to = 8020; }
];
};
nat = {
enable = true;
externalInterface = "enp9s0";
forwardPorts = [
{
destination = "localhost:8001";
proto = "tcp";
sourcePort = 8001;
}
];
};
};
services = {