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; [ environment.systemPackages = with pkgs; [
vim screen git wget psmisc vim screen git wget psmisc
tcpdump iputils bridge-utils mtr traceroute tcpdump iputils mtr traceroute bmon
dhcpcd ethtool bridge-utils dhcpcd ethtool
]; ];
networking.hostName = hostName; networking.hostName = hostName;