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;