Remove services.pipewire.media-session

It was removed from the module in favor of wireplumber
This commit is contained in:
Erwin Boskma 2023-04-03 09:49:40 +02:00
parent 22aedb8824
commit e23365360f
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -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;
};
};