networking: Remove forwardPorts

No ports need to be forwarded right now, however this is a good example
for when ports need to be forwarded from a container to the host in the
future.
This commit is contained in:
Donovan Glover 2023-06-21 03:30:30 -04:00
parent 0cd00a7734
commit 741f40ce56
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -16,13 +16,6 @@ let VARIABLES = import ../src/variables.nix; in {
enable = true;
internalInterfaces = [ "ve-+" ];
externalInterface = "wg-mullvad";
forwardPorts = [
{
destination = "192.168.100.11:80";
sourcePort = 11918;
}
];
};
};
}