dustbowl: add wireshark
This commit is contained in:
parent
c609f08149
commit
6277d8ccba
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue