diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-07 23:00:29 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 00:04:54 +0200 |
commit | 8b7b8ced5ab18857ab7cfd8dab7c78f7d4095323 (patch) | |
tree | 5f0e42cdc6894bfb1c484c1f410b4439b98c4b42 | |
parent | 2bcc666fd591dbf7543fc550ff1772508695a746 (diff) | |
download | NUR-8b7b8ced5ab18857ab7cfd8dab7c78f7d4095323.tar.gz NUR-8b7b8ced5ab18857ab7cfd8dab7c78f7d4095323.tar.zst NUR-8b7b8ced5ab18857ab7cfd8dab7c78f7d4095323.zip |
Add openssl to common tools
-rw-r--r-- | environments/immae-eu.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/immae-eu.nix b/environments/immae-eu.nix index de971c98..fea96740 100644 --- a/environments/immae-eu.nix +++ b/environments/immae-eu.nix | |||
@@ -115,7 +115,7 @@ let | |||
115 | # system tools | 115 | # system tools |
116 | telnet bind.dnsutils httpie ngrep nmap p0f socat lsof psmisc | 116 | telnet bind.dnsutils httpie ngrep nmap p0f socat lsof psmisc |
117 | wget patchelf rename tmux (lib.meta.hiPrio nettools) | 117 | wget patchelf rename tmux (lib.meta.hiPrio nettools) |
118 | vlock mosh manpages | 118 | vlock mosh manpages openssl |
119 | 119 | ||
120 | # other tools | 120 | # other tools |
121 | pgloader s3cmd lftp jq cpulimit libxslt gandi-cli | 121 | pgloader s3cmd lftp jq cpulimit libxslt gandi-cli |