fix: wireshark

This commit is contained in:
Ryan Yin
2025-08-27 16:52:49 +08:00
parent 8e356dd6fc
commit c56593516d

View File

@@ -0,0 +1,9 @@
{
programs.wireshark = {
enable = true;
# Whether to allow users in the 'wireshark' group to capture network traffic(via a setcap wrapper).
dumpcap.enable = true;
# Whether to allow users in the 'wireshark' group to capture USB traffic (via udev rules).
usbmon.enable = false;
};
}