nixos-module/defaults: install iftop

This commit is contained in:
Astro 2021-05-06 03:27:35 +02:00
父節點 fd267085bc
當前提交 e141a0fc5a
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -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
];