mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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 = [
|
||||
8000
|
||||
8080
|
||||
9999
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue