diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 7e24c7d..d1a475b 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -25,6 +25,7 @@ environment.systemPackages = with pkgs; [ carla wprs + xpra xwayland alsa-utils pulsemixer @@ -36,16 +37,6 @@ cardinal ]; - # Set up firewall - networking.firewall = { - allowedTCPPorts = [ - 10000 - ]; - allowedUDPPorts = [ - 10000 - ]; - }; - # Setup dependencies environment.variables.LD_LIBRARY_PATH = lib.mkForce "${lib.makeLibraryPath ( with pkgs; @@ -72,15 +63,6 @@ ]; }; - # Set up Xpra - services.xserver = { - enable = true; - displayManager.xpra = { - enable = true; - bindTcp = "0.0.0.0:10000"; - }; - }; - # wprsd service systemd.user.services.wprsd = { description = "wprsd Service";