Set bluez5 role
This commit is contained in:
parent
1c9f01034e
commit
989ee1f6e5
@ -178,7 +178,7 @@
|
|||||||
# Create bluetooth A2DP source
|
# Create bluetooth A2DP source
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# disabledPlugins = [ "hostname" ];
|
disabledPlugins = [ "hostname" ];
|
||||||
settings.General = {
|
settings.General = {
|
||||||
Name = "Linox";
|
Name = "Linox";
|
||||||
Class = "0x240414";
|
Class = "0x240414";
|
||||||
@ -188,6 +188,11 @@
|
|||||||
FastConnectable = true;
|
FastConnectable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.pipewire.wireplumber.extraConfig."50-bluetooth-a2dp" = {
|
||||||
|
"monitor.bluez.properties" = {
|
||||||
|
"bluez5.roles" = [ "a2dp_source" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Create null sinks
|
# Create null sinks
|
||||||
services.pipewire.extraConfig.pipewire."91-null-sinks" = {
|
services.pipewire.extraConfig.pipewire."91-null-sinks" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user