diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 20be3d7..d3903d6 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -276,6 +276,8 @@ # Video acceleration hardware.opengl.extraPackages = [ pkgs.vaapiIntel ]; + programs.wireshark.enable = true; + # PipeWire services.pipewire = { enable = true; @@ -332,7 +334,7 @@ isNormalUser = true; home = "/home/joachim"; shell = pkgs.fish; - extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" ]; + extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" "wireshark" ]; }; # Yubikey PAM