Add inetutils to global packages for telnet

This commit is contained in:
Curt Spark 2024-03-22 16:27:48 +00:00
parent 71792f0f4b
commit c08020c728
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
boot.extraModulePackages = with config.boot.kernelPackages; [ usbip ]; boot.extraModulePackages = with config.boot.kernelPackages; [ usbip ];
boot.kernelModules = [ "usbip_host" ]; boot.kernelModules = [ "usbip_host" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
inetutils
linuxPackages.usbip linuxPackages.usbip
]; ];