2024-06-30 14:35:38 +02:00
|
|
|
{ ... }:
|
|
|
|
{
|
2024-06-30 15:19:20 +02:00
|
|
|
home.stateVersion = "24.05";
|
2024-07-09 11:02:27 +02:00
|
|
|
|
|
|
|
programs.ssh.matchBlocks = {
|
|
|
|
"tsuki-ws" = {
|
|
|
|
user = "h7x4";
|
|
|
|
hostname = "localhost";
|
|
|
|
port = 10022;
|
|
|
|
};
|
|
|
|
|
|
|
|
"hildring pvv-login pvv".proxyJump = "tsuki-ws";
|
|
|
|
};
|
2024-06-30 14:35:38 +02:00
|
|
|
}
|