tpwrules / nixos-apple-silicon

Resources to install NixOS bare metal on Apple Silicon Macs
MIT License
743 stars 73 forks source link

wireplumber rules prevent bluetooth audio configuration #131

Closed cid-chan closed 6 months ago

cid-chan commented 6 months ago

This configuration breaks.

 environment.etc = {
    "wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
      bluez_monitor.properties = {
        ["bluez5.enable-sbc-xq"] = true,
        ["bluez5.enable-msbc"] = true,
        ["bluez5.enable-hw-volume"] = true,
        ["bluez5.headset-roles"] = "[ hsp_hs hsp_ag hfp_hf hfp_ag ]"
      }
    '';
  };

Configuration taken from: https://nixos.wiki/wiki/PipeWire > Bluetooth Configuration

tpwrules commented 6 months ago

Fixed in the latest release.