diff --git a/hosts/p14s/home.nix b/hosts/p14s/home.nix index 021e676..2cb5443 100644 --- a/hosts/p14s/home.nix +++ b/hosts/p14s/home.nix @@ -96,6 +96,25 @@ # Update the font cache fonts.fontconfig.enable = true; + # SSH + programs.ssh = { + enable = true; + matchBlocks = { + messaging = { + hostname = "messaging"; + proxyJump = "ssh-hopper@home.plueschbit.de"; + }; + gemcap = { + hostname = "messaging"; + proxyJump = "ssh-hopper@home.plueschbit.de"; + }; + satdb = { + hostname = "messaging"; + proxyJump = "ssh-hopper@home.plueschbit.de"; + }; + }; + }; + # ZSH programs.zsh = { enable = true;