nixos-module/defaults: install bmon

This commit is contained in:
Astro 2021-04-06 22:09:50 +02:00
parent 93115c048b
commit 498970035a
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
environment.systemPackages = with pkgs; [
vim screen git wget psmisc
tcpdump iputils bridge-utils mtr traceroute
dhcpcd ethtool
tcpdump iputils mtr traceroute bmon
bridge-utils dhcpcd ethtool
];
networking.hostName = hostName;