l blue-host: add rxvt_unicode.terminfo
This commit is contained in:
parent
5e3955c79a
commit
021d4960db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user