respeaker: use pulse-server.conf in pipewire
This commit is contained in:
parent
3d00ca5aac
commit
7808b7ff5b
|
@ -26,9 +26,11 @@ in
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.pipewire.config.pipewire-pulse = {
|
environment.etc."pipewire/pipewire.conf.d/pulse-server.conf".text = ''
|
||||||
"pulse.properties"."server.address" = [ "unix:native" "tcp:4713" ];
|
pulse.properties = {
|
||||||
};
|
server.address = [ "unix:native" "tcp:4713" ]
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
|
||||||
sound.extraConfig = ''
|
sound.extraConfig = ''
|
||||||
pcm.!default {
|
pcm.!default {
|
||||||
|
|
Loading…
Reference in a new issue