Add wireshark config
Some checks failed
Update Nix Flake / update-flake (push) Failing after 15s

This commit is contained in:
2026-03-15 09:54:11 +01:00
parent 0b8b7564a1
commit 349181f35b
2 changed files with 10 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
../common/optional/podman.nix ../common/optional/podman.nix
../common/optional/wireguard.nix ../common/optional/wireguard.nix
../common/optional/wireshark.nix
../common/optional/flatpak.nix ../common/optional/flatpak.nix
../common/optional/avahi.nix ../common/optional/avahi.nix

View File

@@ -0,0 +1,9 @@
{
programs.wireshark = {
enable = true;
dumpcap.enable = true;
usbmon.enable = true;
};
users.users.julian.extraGroups = ["wireshark"];
}