summaryrefslogtreecommitdiff
path: root/system-profiles/openssh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles/openssh/default.nix')
-rw-r--r--system-profiles/openssh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/openssh/default.nix b/system-profiles/openssh/default.nix
index 33a3e136..09ff58f7 100644
--- a/system-profiles/openssh/default.nix
+++ b/system-profiles/openssh/default.nix
@@ -35,7 +35,7 @@
35 }; 35 };
36 36
37 environment.systemPackages = lib.mkIf config.services.openssh.enable (with pkgs; [ 37 environment.systemPackages = lib.mkIf config.services.openssh.enable (with pkgs; [
38 rxvt_unicode.terminfo 38 rxvt_unicode.terminfo alacritty.terminfo
39 ]); 39 ]);
40 }; 40 };
41} 41}