services.irkerd.listenAddress

NixOS option

Specifies the bind address on which the irker daemon listens. The default is localhost. Irker authors strongly warn about the risks of running this on a publicly accessible interface, so change this with caution.

type: string
Default
"localhost"
Example
"0.0.0.0"
declared in: nixos/modules/services/misc/irkerd.nixView source on NixOS/nixpkgs →