diff --git a/hosts/pulsebert/pipewire-pulse.conf.in.json b/hosts/pulsebert/pipewire-pulse.conf.in.json index ec7072d1..9ff61a85 100644 --- a/hosts/pulsebert/pipewire-pulse.conf.in.json +++ b/hosts/pulsebert/pipewire-pulse.conf.in.json @@ -7,12 +7,8 @@ "name": "libpipewire-module-protocol-pulse", "args": { "server.address": [ - "tcp:127.0.0.0/8", - "tcp:::1/128", - "tcp:fd23:42:c3d2:500::/56", - "tcp:172.22.99.0/24", - "tcp:172.20.72.0/21", - "tcp:2a00:8180:2c00:200::/56" + "unix:native", + "tcp:4713" ] } } diff --git a/hosts/pulsebert/pipewire-pulse.conf.json b/hosts/pulsebert/pipewire-pulse.conf.json index ba9c48bb..3e04a2c5 100644 --- a/hosts/pulsebert/pipewire-pulse.conf.json +++ b/hosts/pulsebert/pipewire-pulse.conf.json @@ -23,7 +23,8 @@ { "args": { "server.address": [ - "unix:native" + "unix:native", + "tcp:4713" ], "vm.overrides": { "pulse.min.quantum": "1024/48000" @@ -33,19 +34,6 @@ }, { "name": "libpipewire-module-zeroconf-publish" - }, - { - "args": { - "server.address": [ - "tcp:127.0.0.0/8", - "tcp:::1/128", - "tcp:fd23:42:c3d2:500::/56", - "tcp:172.22.99.0/24", - "tcp:172.20.72.0/21", - "tcp:2a00:8180:2c00:200::/56" - ] - }, - "name": "libpipewire-module-protocol-pulse" } ], "context.properties": {},