]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - overlays/environments/immae-eu.nix
Add some terraform tools
[perso/Immae/Config/Nix.git] / overlays / environments / immae-eu.nix
index 9f044d5ea96b5bc000eeb8fed9f9d2fed1635fc2..d55f3185b0ba92f9970539b8b053e41666c8a033 100644 (file)
@@ -102,8 +102,17 @@ let
     # video/music
     youtube-dl ncmpc ncmpcpp ffmpeg
 
+    # s6 tools (part of skawarePackages)
+    skalibs execline s6 s6-dns s6-linux-utils s6-networking
+    s6-portable-utils
+
     # other tools
     pgloader s3cmd lftp jq cpulimit libxslt
+
+    # Terraform + AWS
+    terraform_0_12 awscli
+    (ansible.override { python2 = python3; }) python3Packages.boto
+    openvpn
   ];
 in
 {