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 # Setup firewall
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ allowedTCPPorts = [
22752 8080
15151 15151
22752
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
22752 8080
15151 15151
22752
]; ];
}; };