From 7311a0f94f7b0f2ced8d2107bb17a4f5cff9a4f1 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Thu, 17 Apr 2025 15:20:50 +0200 Subject: [PATCH] Cleanup --- machines/vm-audio.nix | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 157b2e0..fe3496b 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -42,7 +42,7 @@ ] )}"; - # Pipewire roc source + # # Pipewire roc source # services.pipewire.extraConfig.pipewire."60-roc-source" = { # "context.modules" = [ # { @@ -61,18 +61,18 @@ # ]; # }; - # Set firewall ports - networking.firewall = { - enable = true; - allowedTCPPorts = [ - 10001 - 10002 - ]; - allowedUDPPorts = [ - 10001 - 10002 - ]; - }; + # # Set firewall ports + # networking.firewall = { + # enable = true; + # allowedTCPPorts = [ + # 10001 + # 10002 + # ]; + # allowedUDPPorts = [ + # 10001 + # 10002 + # ]; + # }; # User for audio mixing users.users.mixer = { @@ -100,7 +100,6 @@ ConditionUser = "mixer"; }; serviceConfig = { - # ExecStart = "${pkgs.wprs}/bin/wprsd --enable-xwayland=true --xwayland-xdg-shell-path=${pkgs.wprs}/bin/xwayland-xdg-shell"; ExecStart = "${pkgs.bash}/bin/bash -l -c wprsd --enable-xwayland=true"; # Use login shell to inherit environment Environment = "\"RUST_BACKTRACE=full\""; Restart = "always";