Add inetutils to global packages for telnet
This commit is contained in:
parent
71792f0f4b
commit
c08020c728
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue