dustbowl: add wireshark

This commit is contained in:
joachimschmidt557 2022-06-16 19:52:31 +02:00
parent c609f08149
commit 6277d8ccba
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -276,6 +276,8 @@
# Video acceleration # Video acceleration
hardware.opengl.extraPackages = [ pkgs.vaapiIntel ]; hardware.opengl.extraPackages = [ pkgs.vaapiIntel ];
programs.wireshark.enable = true;
# PipeWire # PipeWire
services.pipewire = { services.pipewire = {
enable = true; enable = true;
@ -332,7 +334,7 @@
isNormalUser = true; isNormalUser = true;
home = "/home/joachim"; home = "/home/joachim";
shell = pkgs.fish; shell = pkgs.fish;
extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" ]; extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" "wireshark" ];
}; };
# Yubikey PAM # Yubikey PAM