Files
dotfiles/hosts/common/optional/wireshark.nix
Julian Mutter 349181f35b
Some checks failed
Update Nix Flake / update-flake (push) Failing after 15s
Add wireshark config
2026-03-15 09:54:11 +01:00

10 lines
157 B
Nix

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