dosei/home: proxyjump pvv through wstunnel

This commit is contained in:
Oystein Kristoffer Tveit 2024-07-09 11:02:27 +02:00
parent 25a34656e9
commit 4869f55026
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,14 @@
{ ... }:
{
home.stateVersion = "24.05";
programs.ssh.matchBlocks = {
"tsuki-ws" = {
user = "h7x4";
hostname = "localhost";
port = 10022;
};
"hildring pvv-login pvv".proxyJump = "tsuki-ws";
};
}