services.ostinato.rpcServer.address

NixOS option

By default, the Drone RPC server will listen on all interfaces and local IPv4 addresses for incoming connections from clients. Specify a single IPv4 or IPv6 address if you want to restrict that. To listen on any IPv6 address, use ::

type: string
Default
"0.0.0.0"
declared in: nixos/modules/services/networking/ostinato.nixView source on NixOS/nixpkgs →