From 6277d8ccba5ebdb73b6979e3c785fddc444196a5 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Thu, 16 Jun 2022 19:52:31 +0200 Subject: [PATCH] dustbowl: add wireshark --- nixos/dustbowl.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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