From f06855c2a2c2a6b5df5366773c33442df49ac7d5 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Fri, 18 Apr 2025 15:19:27 +0200 Subject: [PATCH] Set up firewall for Carla --- machines/vm-audio.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index fb0f83b..8abda4f 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -38,6 +38,12 @@ cardinal ]; + # Setup firewall + networking.firewall = { + allowedTCPPorts = [ 22752 ]; + allowedUDPPorts = [ 22752 ]; + }; + # Setup dependencies environment.variables.LD_LIBRARY_PATH = lib.mkForce "${lib.makeLibraryPath ( with pkgs;