diff --git a/modules/audio/default.nix b/modules/audio/default.nix index fcceefd3..6d1c9617 100644 --- a/modules/audio/default.nix +++ b/modules/audio/default.nix @@ -54,6 +54,8 @@ in "bluez5.reconnect-profiles" = [ "hfp_hf" "hsp_hs" "a2dp_sink" ]; # mSBC is not expected to work on all headset + adapter combinations. "bluez5.msbc-support" = true; + # SBC-XQ is not expected to work on all headset + adapter combinations. + "bluez5.sbc-xq-support" = true; }; }; } @@ -64,9 +66,6 @@ in # Matches all outputs { "node.name" = "~bluez_output.*"; } ]; - actions = { - "node.pause-on-idle" = false; - }; } ]; };