]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - overlays/environments/immae-eu.nix
Add new machine to nixops
[perso/Immae/Config/Nix.git] / overlays / environments / immae-eu.nix
index b5350486433128d57570edb77ac3b1f29b9cbe94..cc2e5c3f33dd5dbd982b28edeb411c70ef812e61 100644 (file)
@@ -23,7 +23,7 @@ let
     iota-cli-app
 
     # debugging
-    rr valgrind netcat-gnu strace
+    rr valgrind netcat-gnu strace shellcheck
 
     # documentations
     unicodeDoc
@@ -35,14 +35,14 @@ let
     bogofilter fetchmail
 
     # git
-    vcsh gitRepo gitAndTools.stgit tig
+    vcsh gitRepo gitAndTools.stgit tig ripgrep
 
     # graphical tools
     nextcloud-client firefox
     dwm dmenu st
 
     # images
-    feh imagemagick tiv graphicsmagick
+    feh imagemagick tiv graphicsmagick qrcode
 
     # internet browsing
     w3m lynx links elinks browsh weboob urlview googler urlwatch
@@ -52,7 +52,7 @@ let
 
     # monitoring
     cnagios mtop pg_activity nagios-cli mtr
-    iftop htop iotop iperf
+    iftop htop iotop iperf bonfire
     goaccess
     # nagnu
 
@@ -63,9 +63,10 @@ let
     newsboat irssi
 
     # nix
-    mylibs.yarn2nixPackage.yarn2nix
+    mylibs.yarn2nixPackage.yarn2nix nix
     nixops nix-prefetch-scripts nix-generate-from-cpan
     nix-zsh-completions bundix nodePackages.bower2nix
+    nodePackages.node2nix
     # (nixos {}).nixos-generate-config
     # (nixos {}).nixos-install
     # (nixos {}).nixos-enter
@@ -81,6 +82,8 @@ let
     tmux
     rtorrent
     ldapvi
+    fzf
+    buku
 
     # password management
     pass apg pwgen
@@ -101,8 +104,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
+    pgloader s3cmd lftp jq cpulimit libxslt gandi-cli
+
+    # Terraform + AWS
+    terraform_0_12 awscli
+    (ansible.override { python2 = python3; }) python3Packages.boto
+    openvpn
   ];
 in
 {