add terminfo to openssh devices

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

View File

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