add wireshark to del

This commit is contained in:
jacekpoz 2024-03-19 12:32:09 +01:00
parent 7454800aaf
commit 950227cc9d
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -40,7 +40,7 @@
security.polkit.enable = true; security.polkit.enable = true;
users.users.${config.myOptions.other.system.username} = { users.users.${config.myOptions.other.system.username} = {
extraGroups = [ "video" ]; extraGroups = [ "video" "wireshark" ];
}; };
environment.sessionVariables = { environment.sessionVariables = {
@ -118,6 +118,11 @@
]; ];
}; };
programs.wireshark = {
enable = true;
package = pkgs.wireshark;
};
# this makes usb devices autosuspend # this makes usb devices autosuspend
#powerManagement.powertop.enable = true; #powerManagement.powertop.enable = true;