tools: Add wireshark

neomutt
Simon Bruder 2021-12-10 18:00:13 +01:00
parent 6e9c04e52a
commit 398ca91aa5
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 5 additions and 0 deletions

View File

@ -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; [

View File

@ -11,6 +11,7 @@
"networkmanager"
"video"
"wheel"
"wireshark"
];
openssh.authorizedKeys.keys = config.sbruder.pubkeys.trustedKeys;
initialPassword = "foobar"; # for vm