From 54d8f51fb56d2d2dd9944731bab2a710fdd2e11d Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Thu, 24 Apr 2025 14:38:30 +0200 Subject: [PATCH] Updated firewall --- machines/vm-audio.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 697d125..4791c7b 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -43,11 +43,15 @@ networking.firewall = { allowedTCPPorts = [ 8080 + 10400 + 10402 15151 22752 ]; allowedUDPPorts = [ 8080 + 10400 + 10402 15151 22752 ];