From 774baa3dd77293b52e67a83c6ac8ab8e48ec06cf Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Fri, 21 May 2021 09:27:44 -0400 Subject: [PATCH] add iotop and nethogs --- common/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.nix b/common/common.nix index 3cda1f3..a7f5e5e 100644 --- a/common/common.nix +++ b/common/common.nix @@ -26,7 +26,7 @@ services.openssh.enable = true; environment.systemPackages = with pkgs; [ - wget kakoune htop git dnsutils tmux + wget kakoune htop git dnsutils tmux nethogs iotop ]; users.mutableUsers = false;