MyNixOS website logo
option

services.distccd.allowedClients

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.

Declarations
Type
list of string
Default
[
  "127.0.0.1"
]
Example
[
  "127.0.0.1"
  "192.168.0.0/24"
  "10.0.0.0/24"
]