diff options
-rw-r--r-- | machines/vbox.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/vbox.nix b/machines/vbox.nix index 0e1a430..11ba43f 100644 --- a/machines/vbox.nix +++ b/machines/vbox.nix @@ -67,7 +67,7 @@ in { security.sudo.wheelNeedsPassword = mkForce false; environment.systemPackages = with pkgs; [ - atop curl file htop iftop iotop jq lsof mc mtr ncdu netcat nmap openssl + curl file htop iftop iotop jq lsof mc mtr ncdu netcat nmap openssl pigz pv pwgen pxz sysstat tcpdump telnet tmux traceroute tree vim wget ]; |