add wireshark
This commit is contained in:
parent
c62b2d7d21
commit
6cb610d36d
3 changed files with 9 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
||||||
programs.openrgb
|
programs.openrgb
|
||||||
programs.tools
|
programs.tools
|
||||||
programs.thunar
|
programs.thunar
|
||||||
|
programs.wireshark
|
||||||
|
|
||||||
services.psd
|
services.psd
|
||||||
services.dbus-broker
|
services.dbus-broker
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
"video"
|
"video"
|
||||||
"render"
|
"render"
|
||||||
"audio"
|
"audio"
|
||||||
|
"wireshark"
|
||||||
];
|
];
|
||||||
|
|
||||||
openssh.authorizedKeys.keys = with vars.sshKeys; [
|
openssh.authorizedKeys.keys = with vars.sshKeys; [
|
||||||
|
|
7
sys/profiles/programs/wireshark.nix
Normal file
7
sys/profiles/programs/wireshark.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
programs.wireshark = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.wireshark;
|
||||||
|
usbmon.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue