mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
security-tools: open another tcp port
This commit is contained in:
parent
5075acb02c
commit
e977118b4d
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ in
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
8000
|
8000
|
||||||
|
8080
|
||||||
9999
|
9999
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue