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:
Harald Hoyer 2025-11-27 15:24:38 +01:00
parent eb6136a0e0
commit 40e677ea02

View file

@ -25,5 +25,6 @@
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
10200 10200
10300 10300
10400
]; ];
} }