fix: add kitty term info to 'hecuba' host

This commit is contained in:
2026-04-12 16:41:00 +02:00
parent faf3afad79
commit fee4b43104
2 changed files with 4 additions and 3 deletions

6
flake.lock generated
View File

@@ -398,10 +398,10 @@
"nix-secrets": {
"flake": false,
"locked": {
"lastModified": 1775987539,
"narHash": "sha256-ilN7pQUw/k4oBPJ+VoR3N5wWo72ePZfT4uvapiaLRng=",
"lastModified": 1776003473,
"narHash": "sha256-v87721Nfc5qnevsgGkaAO+MpeJdfgPtBpazs6N5dUiI=",
"ref": "main",
"rev": "13c6ddfbec41164dbdaa9d70c01cd784ea9e17e5",
"rev": "d95fb37764e5033ad2cdf543f7d8acccb36146c8",
"shallow": true,
"type": "git",
"url": "ssh://git@github.com/hektor/nix-secrets"

View File

@@ -67,6 +67,7 @@
environment.systemPackages = with pkgs; [
vim
git
kitty.terminfo
];
services.fail2ban = {