security-tools: allow ports 8000/9999

This commit is contained in:
Sean Buckley 2023-01-26 14:34:48 -05:00
parent 63aad884bb
commit 3cdf6e1abc

View file

@ -39,6 +39,11 @@ in
ln -sf /run/current-system/sw/share/seclists /usr/share/
'';
networking.firewall.allowedTCPPorts = [
8000
9999
];
programs = {
wireshark.enable = true;
wireshark.package = pkgs.wireshark;