forked from poz/niksos
add wireshark to del
This commit is contained in:
parent
7454800aaf
commit
950227cc9d
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue