Add tcpdump

This commit is contained in:
Dave Gallant
2021-06-30 23:03:20 -04:00
parent 0bbbd9c953
commit 144ad0ebf7
2 changed files with 4 additions and 4 deletions

View File

@@ -53,9 +53,6 @@ in
# printing # printing
ghostscript ghostscript
# education
anki
# monitoring # monitoring
ctop ctop
glances glances
@@ -106,9 +103,10 @@ in
openssl openssl
openvpn openvpn
sshfs # mac requires https://osxfuse.github.io/ sshfs # mac requires https://osxfuse.github.io/
tcpdump
vpngate vpngate
whois whois
wireshark wireshark-qt
# backup # backup
restic restic
@@ -132,6 +130,7 @@ in
# nix # nix
cachix cachix
nix-diff nix-diff
nix-query-tree-viewer
nixfmt nixfmt
nixpkgs-fmt nixpkgs-fmt
nixpkgs-review nixpkgs-review

View File

@@ -26,6 +26,7 @@ in
casks = [ casks = [
"1password" "1password"
"osxfuse"
"visual-studio-code" "visual-studio-code"
]; ];