diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index e22a9c1e..104613f4 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -40,7 +40,7 @@ security.polkit.enable = true; users.users.${config.myOptions.other.system.username} = { - extraGroups = [ "video" ]; + extraGroups = [ "video" "wireshark" ]; }; environment.sessionVariables = { @@ -118,6 +118,11 @@ ]; }; + programs.wireshark = { + enable = true; + package = pkgs.wireshark; + }; + # this makes usb devices autosuspend #powerManagement.powertop.enable = true;