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