From 1a411109662efb95528c82ce0455aa9f2dd513dc Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 14 Jun 2020 16:17:07 +1000 Subject: [PATCH] Added hwinfo --- roles/host_common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/host_common.nix b/roles/host_common.nix index 04347b6..3871df1 100644 --- a/roles/host_common.nix +++ b/roles/host_common.nix @@ -51,6 +51,7 @@ dnsutils # Bind DNS utilities (if config.services.xserver.enable then gitAndTools.gitFull else git) # Distributed version control system htop # interactive process viewer + hwinfo # Hardware detection tool killall # kill processes by name lshw # Detailed information on the hardware configuration lsof # list open files