Add more network/hardware debug tools

This commit is contained in:
Geoffrey Frogeye 2024-04-24 13:25:59 +02:00
parent 98af492b75
commit 173a231556
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 9 additions and 0 deletions

View file

@ -175,6 +175,7 @@
openssh openssh
rsync rsync
borgbackup borgbackup
sshfs
# cleanup # cleanup
ncdu ncdu
@ -187,6 +188,12 @@
imagemagick imagemagick
numbat numbat
# hardware
pciutils
usbutils
dmidecode
lshw
# Locker # Locker
(pkgs.writeShellApplication { (pkgs.writeShellApplication {
name = "lock"; name = "lock";

View file

@ -17,6 +17,8 @@
whois whois
nmap nmap
tcpdump tcpdump
mtr
traceroute
# nix # nix
nix nix