From 984ef446720e5cd919233335538462c683ac5e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Thu, 17 Apr 2025 15:22:38 +0200 Subject: [PATCH] I thought I fixed you --- hm/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/ssh.nix b/hm/ssh.nix index 239c334..d2b28cf 100644 --- a/hm/ssh.nix +++ b/hm/ssh.nix @@ -18,7 +18,7 @@ # as it is kinda a security concern forwardAgent = false; # Restrict terminal features (servers don't necessarily have the terminfo for my cutting edge terminal) - setEnv = [ "TERM=xterm-256color" ]; + setEnv.TERM = "xterm-256color"; extraOptions = { # Check SSHFP records VerifyHostKeyDNS = "yes";