feat(ops/machines/*01): install kitty terminfo

Change-Id: If9e2ca897e52ae9aa4da033b52dee6f17e66f636
Reviewed-on: https://cl.snix.dev/c/snix/+/30623
Autosubmit: Florian Klink <flokli@flokli.de>
Reviewed-by: Ryan Lahfa <ryan@lahfa.xyz>
Tested-by: besadii
This commit is contained in:
Florian Klink 2025-07-28 22:55:36 +02:00 committed by clbot
parent 723ef9146b
commit a2ace425cb
4 changed files with 8 additions and 0 deletions

View file

@ -106,6 +106,11 @@ in
];
services.openssh.enable = true;
environment.systemPackages = with pkgs; [
kitty.terminfo
];
time.timeZone = "UTC";
users.users.root.openssh.authorizedKeys.keys = depot.ops.users.edef ++ depot.ops.users.flokli ++ depot.ops.users.raito;
users.groups.kvm = { };