services.jenkins.listenAddress

NixOS option

Specifies the bind address on which the jenkins HTTP interface listens. The default is the wildcard address.

type: string
Default
"0.0.0.0"
Example
"localhost"
declared in: nixos/modules/services/continuous-integration/jenkins/default.nixView source on NixOS/nixpkgs →