services.distccd.allowedClients
NixOS option
Client IPs which are allowed to connect to distccd in CIDR notation. Anyone who can connect to the distccd server can run arbitrary commands on that system as the distcc user, therefore you should use this judiciously.
type: list of stringDefault
[ "127.0.0.1" ]
Example
declared in: nixos/modules/services/development/distccd.nixView source on NixOS/nixpkgs →[ "127.0.0.1" "192.168.0.0/24" "10.0.0.0/24" ]