nix-config/hosts/pipebert/pipewire-pulse.conf.in.json

17 lines
267 B
JSON
Raw Normal View History

2021-09-22 21:11:22 +02:00
{
"context.modules": [
{
"name": "libpipewire-module-zeroconf-publish"
},
{
"name": "libpipewire-module-protocol-pulse",
"args": {
"server.address": [
"unix:native",
"tcp:4713"
]
}
}
]
}