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";