diff options
author | lassulus <lassulus@lassul.us> | 2018-11-20 01:14:08 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-11-20 01:14:08 +0100 |
commit | 021d4960dbb1401245bd2a509b4529eae74c49a1 (patch) | |
tree | b95e8526ddc06cdead9c6dfd2da77c29ee2c9119 | |
parent | 5e3955c79a0e33a379795be787f5a3496191d35b (diff) |
l blue-host: add rxvt_unicode.terminfo
-rw-r--r-- | lass/2configs/blue-host.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lass/2configs/blue-host.nix b/lass/2configs/blue-host.nix index a40685775..f9da05073 100644 --- a/lass/2configs/blue-host.nix +++ b/lass/2configs/blue-host.nix @@ -8,7 +8,10 @@ with import <stockholm/lib>; systemd.services."container@blue".reloadIfChanged = mkForce false; containers.blue = { config = { ... }: { - environment.systemPackages = [ pkgs.git ]; + environment.systemPackages = [ + pkgs.git + pkgs.rxvt_unicode.terminfo + ]; services.openssh.enable = true; users.users.root.openssh.authorizedKeys.keys = [ config.krebs.users.lass.pubkey |