Opened port for open-stage-control

This commit is contained in:
Jan-Bulthuis 2025-04-18 21:50:14 +02:00
parent 6b99c0f771
commit bc5148e601
1 changed files with 4 additions and 2 deletions

View File

@ -43,12 +43,14 @@
# Setup firewall
networking.firewall = {
allowedTCPPorts = [
22752
8080
15151
22752
];
allowedUDPPorts = [
22752
8080
15151
22752
];
};