From 81da2cc64c31b55771941656f833f534c1c3865b Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Tue, 8 Jul 2025 14:38:09 +0200 Subject: [PATCH] hurricane: 174 current 2025-07-08 14:38:00 25.05.20250705.29e2900 6.15.4 * fix ssh in ghostty --- modules/hm/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/hm/ssh.nix b/modules/hm/ssh.nix index b303646..e982433 100644 --- a/modules/hm/ssh.nix +++ b/modules/hm/ssh.nix @@ -5,6 +5,12 @@ serverAliveCountMax = 2; matchBlocks = { + "*" = { + sendEnv = ["TERM"]; + setEnv = { + TERM = "xterm-256color"; # Fix ghostty issue + }; + }; "d10.csb.brainmill.com" = { forwardAgent = true; };