feat: move mapping

This commit is contained in:
Katharina Heidenreich 2026-03-22 17:40:03 +01:00
parent d06fb16f44
commit a7877c2332

View file

@ -5,7 +5,7 @@ let
serv = import ../data/services.nix;
autoForwards = map (port: {
remote = port;
remote = 10000 + port;
localAddress = "localhost";
localPort = port;
}) net.usedPorts;