feat: move mapping
This commit is contained in:
parent
d06fb16f44
commit
a7877c2332
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let
|
||||||
serv = import ../data/services.nix;
|
serv = import ../data/services.nix;
|
||||||
|
|
||||||
autoForwards = map (port: {
|
autoForwards = map (port: {
|
||||||
remote = port;
|
remote = 10000 + port;
|
||||||
localAddress = "localhost";
|
localAddress = "localhost";
|
||||||
localPort = port;
|
localPort = port;
|
||||||
}) net.usedPorts;
|
}) net.usedPorts;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue