Remove nat section
This commit is contained in:
parent
b5dd5bc212
commit
eb58556686
1 changed files with 0 additions and 12 deletions
|
@ -44,18 +44,6 @@ in
|
|||
{ from = 8000; to = 8020; }
|
||||
];
|
||||
};
|
||||
|
||||
nat = {
|
||||
enable = true;
|
||||
externalInterface = "enp9s0";
|
||||
forwardPorts = [
|
||||
{
|
||||
destination = "localhost:8001";
|
||||
proto = "tcp";
|
||||
sourcePort = 8001;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue