From 144ad0ebf723b71589bcaa985e10f917e4992cdb Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 30 Jun 2021 23:03:20 -0400 Subject: [PATCH] Add tcpdump --- common/packages.nix | 7 +++---- modules/darwin/brew.nix | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/packages.nix b/common/packages.nix index b54d939..fd3d8e3 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -53,9 +53,6 @@ in # printing ghostscript - # education - anki - # monitoring ctop glances @@ -106,9 +103,10 @@ in openssl openvpn sshfs # mac requires https://osxfuse.github.io/ + tcpdump vpngate whois - wireshark + wireshark-qt # backup restic @@ -132,6 +130,7 @@ in # nix cachix nix-diff + nix-query-tree-viewer nixfmt nixpkgs-fmt nixpkgs-review diff --git a/modules/darwin/brew.nix b/modules/darwin/brew.nix index 4f90578..d6c3de1 100644 --- a/modules/darwin/brew.nix +++ b/modules/darwin/brew.nix @@ -26,6 +26,7 @@ in casks = [ "1password" + "osxfuse" "visual-studio-code" ];