Flake for my NixOS devices

Add to wireshark group

bwc9876.dev fa2cb1ea bef5201d

verified
+2
+2
nixosModules/dev/misc.nix
··· 20 20 wev 21 21 ]; 22 22 23 + 24 + users.users.bean.extraGroups = ["wireshark"]; 23 25 programs.wireshark = { 24 26 enable = true; 25 27 package = pkgs.wireshark;