Remove services.pipewire.media-session
It was removed from the module in favor of wireplumber
This commit is contained in:
parent
22aedb8824
commit
e23365360f
1 changed files with 1 additions and 27 deletions
|
@ -16,33 +16,7 @@ in
|
|||
enable = true;
|
||||
pulse.enable = true;
|
||||
alsa.enable = true;
|
||||
media-session = {
|
||||
enable = false;
|
||||
|
||||
config = {
|
||||
bluez-monitor.rules = mkIf config.eboskma.bluetooth.enable [
|
||||
{
|
||||
matches = [{ "device.name" = "~bluez_card.*"; }];
|
||||
actions = {
|
||||
"update-props" = {
|
||||
"bluez5.reconnect-profiles" = [ "hfp_hf" "hsp_hs" "a2dp_sink" ];
|
||||
"bluez5.msbc-support" = true;
|
||||
"bluez5.sbc-xq-support" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{ "node.name" = "~bluez_input.*"; }
|
||||
{ "node.name" = "~bluez_output.*"; }
|
||||
];
|
||||
actions = {
|
||||
"node.pause-on-idle" = false;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue