Set bluez5 role

This commit is contained in:
Jan-Bulthuis 2025-04-26 13:31:01 +02:00
parent 1c9f01034e
commit 989ee1f6e5

View File

@ -178,7 +178,7 @@
# Create bluetooth A2DP source
hardware.bluetooth = {
enable = true;
# disabledPlugins = [ "hostname" ];
disabledPlugins = [ "hostname" ];
settings.General = {
Name = "Linox";
Class = "0x240414";
@ -188,6 +188,11 @@
FastConnectable = true;
};
};
services.pipewire.wireplumber.extraConfig."50-bluetooth-a2dp" = {
"monitor.bluez.properties" = {
"bluez5.roles" = [ "a2dp_source" ];
};
};
# Create null sinks
services.pipewire.extraConfig.pipewire."91-null-sinks" = {