X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=environments%2Fimmae-eu.nix;h=05ac857855c0b620f31850825f1d64ab308986e3;hb=12720877a31433f5946c48394eda8395323ee409;hp=4a0a1956571acc92098b21e1e8437da64a9ffadc;hpb=6a380f40811e9ed4a0fc129d52449a45869bf843;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix index 4a0a195..05ac857 100644 --- a/environments/immae-eu.nix +++ b/environments/immae-eu.nix @@ -4,7 +4,7 @@ let # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks paths = [ # archives - lzo unzip bzip2 p7zip xz + lzo unzip bzip2 xz # unrar is unfree # backups @@ -54,7 +54,8 @@ let # monitoring cnagios mtop pg_activity nagios-cli mtr iftop htop iotop iperf bonfire - goaccess tcpdump tshark tcpflow mitmproxy + goaccess tcpdump tshark tcpflow + # failing mitmproxy # nagnu # messaging/forums/news @@ -88,6 +89,7 @@ let vimPlugins.vim-plug (vim_configurable.override { python = python3; }) mailcap + webapps.surfer # password management (pass.withExtensions (exts: [ exts.pass-otp ])) apg pwgen @@ -115,15 +117,18 @@ let # system tools telnet bind.dnsutils httpie ngrep nmap p0f socat lsof psmisc wget patchelf rename tmux (lib.meta.hiPrio nettools) - vlock mosh manpages openssl + vlock mosh manpages openssl openssl.doc openssl.man + sshfs # other tools pgloader s3cmd lftp jq cpulimit libxslt gandi-cli # Terraform + AWS terraform_0_12 awscli - (ansible.override { python2 = python3; }) python3Packages.boto + ansible python3Packages.boto openvpn + + zsh-completions ]; in buildEnv {