add wireshark

This commit is contained in:
xunuwu 2025-06-26 17:27:49 +02:00
parent c62b2d7d21
commit 6cb610d36d
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{pkgs, ...}: {
programs.wireshark = {
enable = true;
package = pkgs.wireshark;
usbmon.enable = true;
};
}