Fix pipewire-pulse address
This commit is contained in:
parent
3f52386a26
commit
5e433839c3
@ -79,6 +79,7 @@ in {
|
||||
forge
|
||||
crdt
|
||||
base16-theme
|
||||
org-caldav
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -43,7 +43,7 @@ with deviceSpecific; {
|
||||
{ "name" = "libpipewire-module-metadata"; }
|
||||
{
|
||||
"args" = {
|
||||
"server.address" = [ "unix =native" "tcp:4713" ];
|
||||
"server.address" = [ "unix:native" "tcp:4713" ];
|
||||
"vm.overrides" = { "pulse.min.quantum" = "1024/48000"; };
|
||||
};
|
||||
"name" = "libpipewire-module-protocol-pulse";
|
||||
|
Loading…
Reference in New Issue
Block a user