From c69634936c66ccdeaabadda5d3bd42848d374778 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 25 Jan 2020 16:40:27 +0100 Subject: [PATCH] Add some packages to environment --- overlays/environments/immae-eu.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/overlays/environments/immae-eu.nix b/overlays/environments/immae-eu.nix index b1a0a9b0..6287a97b 100644 --- a/overlays/environments/immae-eu.nix +++ b/overlays/environments/immae-eu.nix @@ -54,7 +54,7 @@ let # monitoring cnagios mtop pg_activity nagios-cli mtr iftop htop iotop iperf bonfire - goaccess + goaccess tcpdump tshark tcpflow mitmproxy # nagnu # messaging/forums/news @@ -94,7 +94,7 @@ let # programming pelican emacs26-nox ctags - wdiff + wdiff patch # security keybase @@ -109,6 +109,10 @@ let skalibs execline s6 s6-dns s6-linux-utils s6-networking s6-portable-utils + # system tools + telnet bind.dnsutils httpie ngrep nmap p0f socat lsof psmisc + wget patchelf rename tmux (lib.meta.hiPrio nettools) + # other tools pgloader s3cmd lftp jq cpulimit libxslt gandi-cli @@ -124,5 +128,6 @@ in inherit paths; pathsToLink = [ "/bin" "/etc" "/include" "/lib" "/libexec" "/share"]; extraOutputsToInstall = [ "bin" "man" "doc" "info" ]; + passthru = { packages = paths; }; }; } -- 2.41.0