]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add openssl to common tools
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 7 Apr 2020 21:00:29 +0000 (23:00 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 7 Apr 2020 21:00:29 +0000 (23:00 +0200)
environments/immae-eu.nix
modules/private/system.nix

index de971c9884b918250f0a5e1c839a805912216234..fea96740b72bfcf8f4a8f2b53d0f8a8aa0498d7c 100644 (file)
@@ -115,7 +115,7 @@ let
     # system tools
     telnet bind.dnsutils httpie ngrep nmap p0f socat lsof psmisc
     wget patchelf rename tmux (lib.meta.hiPrio nettools)
-    vlock mosh manpages
+    vlock mosh manpages openssl
 
     # other tools
     pgloader s3cmd lftp jq cpulimit libxslt gandi-cli
index 70b74d00bcd95862bcdf829d0b48e3c8a84626aa..57aeb4e1b569c21f18c766d4482f6553db6bcb1d 100644 (file)
@@ -55,6 +55,7 @@
             pkgs.socat
             pkgs.lsof
             pkgs.psmisc
+            pkgs.openssl
             pkgs.wget
 
             pkgs.cnagios