Add more network/hardware debug tools
This commit is contained in:
parent
98af492b75
commit
173a231556
|
@ -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";
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
whois
|
||||
nmap
|
||||
tcpdump
|
||||
mtr
|
||||
traceroute
|
||||
|
||||
# nix
|
||||
nix
|
||||
|
|
Loading…
Reference in a new issue