mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add tcpdump
This commit is contained in:
@@ -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
|
||||||
|
@@ -26,6 +26,7 @@ in
|
|||||||
|
|
||||||
casks = [
|
casks = [
|
||||||
"1password"
|
"1password"
|
||||||
|
"osxfuse"
|
||||||
"visual-studio-code"
|
"visual-studio-code"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user