summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGrisha Shipunov2025-08-25 14:02:24 +0200
committerGrisha Shipunov2025-08-25 14:02:24 +0200
commit33939eeec444f10be2b036d800c329fe09d8b3cf (patch)
tree49d79e27114754b09db7ce0a54b8da4c660bb7a8 /modules
parent40ceba48444a2172edc2b530a9f8b344996d81d6 (diff)
add ghostty terminfo
Diffstat (limited to 'modules')
-rw-r--r--modules/server/ssh.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/server/ssh.nix b/modules/server/ssh.nix
index ea463d5..6d8f727 100644
--- a/modules/server/ssh.nix
+++ b/modules/server/ssh.nix
@@ -1,5 +1,6 @@
-{ ... }:
+{ pkgs, ... }:
{
+ environment.systemPackages = [ pkgs.ghostty.terminfo ];
programs.mosh.enable = true;
services.openssh = {
enable = true;