From 8d848da367f0e8d0d94c76bf0e803ba9de967173 Mon Sep 17 00:00:00 2001 From: Jan Grosser Date: Tue, 18 Jun 2024 21:05:04 +0200 Subject: [PATCH] Changes in ssh client config Enabled forwardx11 for host messaging and corrected config for satdb --- hosts/p14s/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/p14s/home.nix b/hosts/p14s/home.nix index c8e4814..fa164d1 100644 --- a/hosts/p14s/home.nix +++ b/hosts/p14s/home.nix @@ -131,14 +131,16 @@ matchBlocks = { messaging = { hostname = "messaging"; + forwardX11 = true; proxyJump = "ssh-hopper@home.plueschbit.de"; }; gemcap = { hostname = "messaging"; + forwardX11 = true; proxyJump = "ssh-hopper@home.plueschbit.de"; }; satdb = { - hostname = "messaging"; + hostname = "satdb"; proxyJump = "ssh-hopper@home.plueschbit.de"; }; };