summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2024-05-15 15:48:55 +0200
committerAlan Pearce2024-05-15 15:48:55 +0200
commit791e22191a5d762ec9d958ddad57bfa1533d52c3 (patch)
tree2811826bf704221faa665a9f8b5cd30c182cf430 /system
parenta1e4b1504fcbfb73a233f3b947e43cfa93c4854d (diff)
downloadnixfiles-791e22191a5d762ec9d958ddad57bfa1533d52c3.tar.lz
nixfiles-791e22191a5d762ec9d958ddad57bfa1533d52c3.tar.zst
nixfiles-791e22191a5d762ec9d958ddad57bfa1533d52c3.zip
servers: enable all terminfo
Diffstat (limited to 'system')
-rw-r--r--system/linde.nix2
-rwxr-xr-xsystem/nanopi.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/linde.nix b/system/linde.nix
index d9ac2b9b..776265a4 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -48,10 +48,10 @@ in
 
   i18n.defaultLocale = "en_GB.UTF-8";
 
+  environment.enableAllTerminfo = true;
   environment.homeBinInPath = true;
   environment.localBinInPath = true;
   environment.systemPackages = with pkgs; [
-    kitty.terminfo
     htop
     lsof
     gitMinimal
diff --git a/system/nanopi.nix b/system/nanopi.nix
index 90f44ff1..1bbb4649 100755
--- a/system/nanopi.nix
+++ b/system/nanopi.nix
@@ -72,8 +72,8 @@ in
     MaxRetentionSec=1 month
   '';
 
+  environment.enableAllTerminfo = true;
   environment.systemPackages = with pkgs; [
-    kitty.terminfo
     htop
     lsof
     usbutils