remove local port forward
This commit is contained in:
parent
cc10610823
commit
51ec48148a
1 changed files with 0 additions and 14 deletions
|
|
@ -72,13 +72,6 @@ in
|
|||
"t" = {
|
||||
identityFile = lib.mkIf (hasSecret "nix2t") osConfig.age.secrets.nix2t.path;
|
||||
user = "joshua.bell";
|
||||
localForwards = [
|
||||
{
|
||||
bind.port = 3002;
|
||||
host.port = 3002;
|
||||
host.address = "localhost";
|
||||
}
|
||||
];
|
||||
setEnv = {
|
||||
TERM = "vt100";
|
||||
};
|
||||
|
|
@ -87,13 +80,6 @@ in
|
|||
identityFile = lib.mkIf (hasSecret "nix2t") osConfig.age.secrets.nix2t.path;
|
||||
hostname = "10.12.14.181";
|
||||
user = "joshua.bell";
|
||||
localForwards = [
|
||||
{
|
||||
bind.port = 3002;
|
||||
host.port = 3002;
|
||||
host.address = "localhost";
|
||||
}
|
||||
];
|
||||
setEnv = {
|
||||
TERM = "vt100";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue