Telnet isn't a pkgs. Use inetutils.
This commit is contained in:
parent
645fa7c33b
commit
cc292f587c
|
@ -105,7 +105,7 @@ in {
|
|||
configuration = {
|
||||
boot.tmp.useTmpfs = true;
|
||||
system.nssModules = mkForce [ ];
|
||||
environment.systemPackages = with pkgs; [ nmap telnet ];
|
||||
environment.systemPackages = with pkgs; [ nmap inetutils ];
|
||||
services = {
|
||||
nscd.enable = false;
|
||||
postgresql.enable = true;
|
||||
|
|
Loading…
Reference in New Issue