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 ];