1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-27 18:52:24 +00:00

add terminfo to openssh devices

This commit is contained in:
Noah Masur 2022-11-03 08:51:51 -04:00
parent 6241b8e624
commit 920ec8b43e

@ -28,6 +28,9 @@
# Implement a simple fail2ban service for sshd # Implement a simple fail2ban service for sshd
services.sshguard.enable = true; services.sshguard.enable = true;
# Add terminfo for SSH from popular terminal emulators
environment.enableAllTerminfo = true;
}; };
} }