From bc5148e6011fad5ca3766a9b86775b8bc6ba9ff1 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Fri, 18 Apr 2025 21:50:14 +0200 Subject: [PATCH] Opened port for open-stage-control --- machines/vm-audio.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 83ba516..b0c0d14 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -43,12 +43,14 @@ # Setup firewall networking.firewall = { allowedTCPPorts = [ - 22752 + 8080 15151 + 22752 ]; allowedUDPPorts = [ - 22752 + 8080 15151 + 22752 ]; };