update ssh config for infra subnet
This commit is contained in:
parent
946fb56e49
commit
859cc35ffc
1 changed files with 2 additions and 2 deletions
4
home.nix
4
home.nix
|
|
@ -131,8 +131,8 @@ in
|
||||||
forwardAgent = true;
|
forwardAgent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"10.0.0.2" = {
|
"10.0.0.*" = {
|
||||||
hostname = "10.0.0.2";
|
hostname = "10.0.0.*";
|
||||||
proxyJump = "infra.cdaut.de";
|
proxyJump = "infra.cdaut.de";
|
||||||
};
|
};
|
||||||
"*" = {
|
"*" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue