From a1a98fc5800f007013372d16f5a4959da3debaad Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 4 Mar 2025 13:39:04 +0100 Subject: [PATCH] common/pipewire: fix --- hosts/common/services/pipewire.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hosts/common/services/pipewire.nix b/hosts/common/services/pipewire.nix index 1ef8117..9468870 100644 --- a/hosts/common/services/pipewire.nix +++ b/hosts/common/services/pipewire.nix @@ -14,11 +14,12 @@ "bluez5.enable-sbc-xq" = true; "bluez5.enable-msbc" = true; "bluez5.enable-hw-volume" = true; - "bluez5.roles" = [ - "hsp_hs" - "hsp_ag" - "hfp_hf" - "hfp_ag" + "bluez5.codecs" = [ + "ldac" + "aac" + "sbc_xq" + "aptx" + "sbc" ]; }; };