From e141a0fc5adb47963130e0fb1ef368aaf775fc20 Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 6 May 2021 03:27:35 +0200 Subject: [PATCH] nixos-module/defaults: install iftop --- nix/nixos-module/defaults.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/defaults.nix b/nix/nixos-module/defaults.nix index b726ec1..17b0620 100644 --- a/nix/nixos-module/defaults.nix +++ b/nix/nixos-module/defaults.nix @@ -32,7 +32,7 @@ environment.systemPackages = with pkgs; [ vim screen git wget psmisc - tcpdump iputils mtr traceroute bmon iptables conntrack-tools + tcpdump iputils mtr traceroute bmon iptables conntrack-tools iftop bridge-utils dhcpcd ethtool ];