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