This commit is contained in:
Miguel Palhas
2026-05-28 15:24:48 +01:00
parent 09b1b838b0
commit 0f1c9235e9
2 changed files with 8 additions and 5 deletions
+1
View File
@@ -51,5 +51,6 @@
nss.tools nss.tools
kicad kicad
tea
]; ];
} }
+7 -5
View File
@@ -5,11 +5,13 @@
matchBlocks = { matchBlocks = {
"yolo" = { "yolo" = {
hostname = "10.7.10.2"; hostname = "10.7.10.2";
remoteForwards = [{ remoteForwards = [
bind.port = 9222; {
host.address = "localhost"; bind.port = 9222;
host.port = 9222; host.address = "localhost";
}]; host.port = 9222;
}
];
}; };
}; };
}; };