services.pulseaudio.tcp.anonymousClients.allowedIpRanges

NixOS option

A list of IP subnets that are allowed to stream to the server.

type: list of string
Default
[ ]
Example
[ "127.0.0.1" "192.168.1.0/24" ]
declared in: nixos/modules/services/audio/pulseaudio.nixView source on NixOS/nixpkgs →