ma tools: use wireshark from options
This commit is contained in:
parent
6513f6a823
commit
d5cd048bc3
@ -1,8 +1,15 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
krebs.per-user.makefu.packages = with pkgs; [
|
||||
users.users.makefu = {
|
||||
extraGroups = [ "wireshark" ];
|
||||
packages = with pkgs; [
|
||||
tpmmanager
|
||||
wireshark
|
||||
];
|
||||
};
|
||||
|
||||
programs.wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user