services: pipewire: disable wireplumber for now
It got enabled by default, but it conflicts with media-session (which is now deprecated). Need to test wireplumber properly before switching to it though, I need my bluetooth codecs.
This commit is contained in:
parent
25b0c72392
commit
4210e37496
|
@ -32,6 +32,7 @@ in
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
|
|
||||||
|
wireplumber.enable = false;
|
||||||
media-session = {
|
media-session = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config.bluez-monitor.rules = [
|
config.bluez-monitor.rules = [
|
||||||
|
|
Loading…
Reference in a new issue