From b983287a72d92715e09f6df2ecc957964e3710db Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 28 Aug 2025 17:20:24 +0200 Subject: Use wireshark module and add mel to group Signed-off-by: Mel --- modules/common.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/common.nix') diff --git a/modules/common.nix b/modules/common.nix index 61db286..838df28 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -88,6 +88,12 @@ in gdb = true; }; + wireshark = { + enable = true; + dumpcap.enable = true; + usbmon.enable = true; + }; + adb.enable = true; gnupg.agent = { -- cgit 1.4.1