mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
security-tools: allow ports 8000/9999
This commit is contained in:
parent
63aad884bb
commit
3cdf6e1abc
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ in
|
||||||
ln -sf /run/current-system/sw/share/seclists /usr/share/
|
ln -sf /run/current-system/sw/share/seclists /usr/share/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
8000
|
||||||
|
9999
|
||||||
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
wireshark.enable = true;
|
wireshark.enable = true;
|
||||||
wireshark.package = pkgs.wireshark;
|
wireshark.package = pkgs.wireshark;
|
||||||
|
|
Loading…
Reference in a new issue