Use bandwhich module so the capabilities are set

This enables normal users to run bandwhich without sudo
This commit is contained in:
Erwin Boskma 2023-01-06 00:15:20 +01:00
parent c12d89174b
commit c7fd035fdb
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU
2 changed files with 3 additions and 2 deletions

View file

@ -115,7 +115,6 @@ in
home.packages = with pkgs; home.packages = with pkgs;
[ [
atool atool
bandwhich
bitwarden bitwarden
blink1-tool blink1-tool
bottom bottom
@ -237,6 +236,7 @@ in
}; };
programs.steam.enable = true; programs.steam.enable = true;
programs.bandwhich.enable = true;
programs.wireshark = { programs.wireshark = {
enable = true; enable = true;

View file

@ -86,7 +86,6 @@ in
home.packages = with pkgs; [ home.packages = with pkgs; [
appimage-run appimage-run
atool atool
bandwhich
bitwarden bitwarden
blink1-tool blink1-tool
bottom bottom
@ -215,6 +214,8 @@ in
}; };
}; };
programs.bandwhich.enable = true;
programs.wireshark = { programs.wireshark = {
enable = true; enable = true;
package = pkgs.wireshark; package = pkgs.wireshark;