pulsebert: extend pulseaudio allowedIpRanges

This commit is contained in:
Astro 2021-02-19 16:06:34 +01:00
parent bc3bc98e61
commit ea5c17bd6a
1 changed files with 3 additions and 1 deletions

View File

@ -112,7 +112,9 @@ in
tcp.enable = true;
tcp.anonymousClients.allowedIpRanges = [
"127.0.0.0/8" "::1/128"
"172.22.99.0/24" "2a02:8106:208:5201:58::/64"
"fd23:42:c3d2:500::/56"
"172.22.99.0/24" "2a02:8106:208:5200::/56"
"172.20.72.0/21" "2a02:8106:211:e900::/56"
];
zeroconf.publish.enable = true;
package = pkgs.pulseaudioFull;