aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-06-28 16:59:54 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-06-28 17:02:36 +0300
commit6ea2011f8a4b92418fc66fda7b5cd082275838b5 (patch)
treee6fb0d57aca29a8a8b53e839e67274f296de4db5
parent1ee554e976d7226871983a400ce2b91bf97b9eab (diff)
downloadnixsap-6ea2011f8a4b92418fc66fda7b5cd082275838b5.tar.gz
Drop naughty atop
FTBFS because of trying to enable systemd service (!)
-rw-r--r--machines/vbox.nix2
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
];