tools: Add wireshark
This commit is contained in:
parent
6e9c04e52a
commit
398ca91aa5
|
@ -5,6 +5,10 @@
|
|||
adb.enable = pkgs.stdenv.isx86_64 && config.sbruder.full;
|
||||
bandwhich.enable = true;
|
||||
iotop.enable = true;
|
||||
wireshark = {
|
||||
enable = config.sbruder.gui.enable && config.sbruder.full;
|
||||
package = pkgs.wireshark;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"networkmanager"
|
||||
"video"
|
||||
"wheel"
|
||||
"wireshark"
|
||||
];
|
||||
openssh.authorizedKeys.keys = config.sbruder.pubkeys.trustedKeys;
|
||||
initialPassword = "foobar"; # for vm
|
||||
|
|
Loading…
Reference in a new issue