diff --git a/machines/vm-audio.nix b/machines/vm-audio.nix index 0d2399f..9667ed3 100644 --- a/machines/vm-audio.nix +++ b/machines/vm-audio.nix @@ -178,7 +178,7 @@ # Create bluetooth A2DP source hardware.bluetooth = { enable = true; - # disabledPlugins = [ "hostname" ]; + disabledPlugins = [ "hostname" ]; settings.General = { Name = "Linox"; Class = "0x240414"; @@ -188,6 +188,11 @@ FastConnectable = true; }; }; + services.pipewire.wireplumber.extraConfig."50-bluetooth-a2dp" = { + "monitor.bluez.properties" = { + "bluez5.roles" = [ "a2dp_source" ]; + }; + }; # Create null sinks services.pipewire.extraConfig.pipewire."91-null-sinks" = {