wip
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"yolo" = {
|
||||
hostname = "10.7.10.2";
|
||||
remoteForwards = [{
|
||||
bind.port = 9222;
|
||||
host.address = "localhost";
|
||||
host.port = 9222;
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user