dosei/home: proxyjump pvv through wstunnel
This commit is contained in:
parent
25a34656e9
commit
4869f55026
|
@ -1,4 +1,14 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
|
programs.ssh.matchBlocks = {
|
||||||
|
"tsuki-ws" = {
|
||||||
|
user = "h7x4";
|
||||||
|
hostname = "localhost";
|
||||||
|
port = 10022;
|
||||||
|
};
|
||||||
|
|
||||||
|
"hildring pvv-login pvv".proxyJump = "tsuki-ws";
|
||||||
|
};
|
||||||
}
|
}
|
Loading…
Reference in New Issue