diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 0664395..70e2cd0 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -43,19 +43,13 @@ networking.firewall = { allowedTCPPorts = [ 8080 - 10400 - 10401 10402 - 10403 15151 22752 ]; allowedUDPPorts = [ 8080 - 10400 - 10401 10402 - 10403 15151 22752 ]; @@ -148,7 +142,7 @@ ConditionUser = "mixer"; }; serviceConfig = { - ExecStart = "${pkgs.carla_osc_bridge}/bin/carla_osc_bridge --bridge-host \"10.20.60.251\" --carla-host \"10.20.60.251:22752\" --clients \"127.0.0.1:8080\""; + ExecStart = "${pkgs.carla_osc_bridge}/bin/carla_osc_bridg --clients \"127.0.0.1:8080\""; Restart = "always"; RestartSec = 5; };