chore(nix): add TCP port 10400 to Wyoming firewall
- Updated `wyoming.nix` to allow traffic on TCP port `10400`. - Ensures compatibility with services requiring this port.
This commit is contained in:
parent
eb6136a0e0
commit
40e677ea02
1 changed files with 1 additions and 0 deletions
|
|
@ -25,5 +25,6 @@
|
|||
networking.firewall.allowedTCPPorts = [
|
||||
10200
|
||||
10300
|
||||
10400
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue