mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-30 11:20:40 +02:00
fix: wireshark
This commit is contained in:
@@ -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;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user