diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2018-06-28 16:59:54 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2018-06-28 17:02:36 +0300 |
commit | 6ea2011f8a4b92418fc66fda7b5cd082275838b5 (patch) | |
tree | e6fb0d57aca29a8a8b53e839e67274f296de4db5 /machines | |
parent | 1ee554e976d7226871983a400ce2b91bf97b9eab (diff) | |
download | nixsap-6ea2011f8a4b92418fc66fda7b5cd082275838b5.tar.gz |
Drop naughty atop
FTBFS because of trying to enable systemd service (!)
Diffstat (limited to 'machines')
-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 ]; |