summary refs log tree commit diff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-08-28 17:20:24 +0200
committerMel <mel@rnrd.eu>2025-08-28 17:43:32 +0200
commitb983287a72d92715e09f6df2ecc957964e3710db (patch)
tree3a6d7620e585a7af693251a2d73008b7690fc4f1 /modules/common.nix
parent758a36b63563c35061b9b181c352eefc6f1a7eca (diff)
downloadminerals-b983287a72d92715e09f6df2ecc957964e3710db.tar.zst
minerals-b983287a72d92715e09f6df2ecc957964e3710db.zip
Use wireshark module and add mel to group
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix6
1 files changed, 6 insertions, 0 deletions
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 = {