From 173a2315561ada1d9dced802f7b8c88958c6d5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Wed, 24 Apr 2024 13:25:59 +0200 Subject: [PATCH] Add more network/hardware debug tools --- hm/common.nix | 7 +++++++ hm/dev/common.nix | 2 ++ 2 files changed, 9 insertions(+) diff --git a/hm/common.nix b/hm/common.nix index a40ac52..29a3d14 100644 --- a/hm/common.nix +++ b/hm/common.nix @@ -175,6 +175,7 @@ openssh rsync borgbackup + sshfs # cleanup ncdu @@ -187,6 +188,12 @@ imagemagick numbat + # hardware + pciutils + usbutils + dmidecode + lshw + # Locker (pkgs.writeShellApplication { name = "lock"; diff --git a/hm/dev/common.nix b/hm/dev/common.nix index a434f7b..57c1af4 100644 --- a/hm/dev/common.nix +++ b/hm/dev/common.nix @@ -17,6 +17,8 @@ whois nmap tcpdump + mtr + traceroute # nix nix