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