wip
This commit is contained in:
@@ -51,5 +51,6 @@
|
||||
nss.tools
|
||||
|
||||
kicad
|
||||
tea
|
||||
];
|
||||
}
|
||||
|
||||
@@ -5,11 +5,13 @@
|
||||
matchBlocks = {
|
||||
"yolo" = {
|
||||
hostname = "10.7.10.2";
|
||||
remoteForwards = [{
|
||||
bind.port = 9222;
|
||||
host.address = "localhost";
|
||||
host.port = 9222;
|
||||
}];
|
||||
remoteForwards = [
|
||||
{
|
||||
bind.port = 9222;
|
||||
host.address = "localhost";
|
||||
host.port = 9222;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user