Files
dotfiles/features-nixos/optional/wireshark.nix

10 lines
157 B
Nix

{
programs.wireshark = {
enable = true;
dumpcap.enable = true;
usbmon.enable = true;
};
users.users.julian.extraGroups = ["wireshark"];
}