hosts/anemone: add wireshark

This commit is contained in:
LavaDesu 2025-03-10 12:33:59 +11:00
parent c1c6c0102f
commit 920fb1971a
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 6 additions and 1 deletions

View file

@ -40,4 +40,9 @@
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1w"
];
programs.wireshark = {
enable = true;
package = pkgs.wireshark;
};
}