mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01: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