[Desktop/Multimedia] enable experimental Bluetooth LE Audio support

This commit is contained in:
Antoine Viallon 2024-04-05 12:42:53 +02:00
parent 9e6a0fc11d
commit ba64b8c8ae
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -59,6 +59,20 @@ in {
alsa.support32Bit = mkDefault true; alsa.support32Bit = mkDefault true;
wireplumber.enable = true; wireplumber.enable = true;
}; };
hardware.bluetooth.enable = true;
hardware.bluetooth.settings = {
General = {
Experimental = true;
KernelExperimental = concatStringsSep "," [
"6fbaf188-05e0-496a-9885-d6ddfdb4e03e" # BlueZ Experimental ISO socket
];
};
Policy = {
ResumeDelay = 4;
};
};
environment.etc = { environment.etc = {
"wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = '' "wireplumber/bluetooth.lua.d/51-bluez-config.lua".text = ''
bluez_monitor.properties = { bluez_monitor.properties = {