mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: wireshark
This commit is contained in:
9
modules/nixos/desktop/networking/wireshark.nix
Normal file
9
modules/nixos/desktop/networking/wireshark.nix
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user