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