services.gitlab.pages.settings.internal-gitlab-server

NixOS option

Internal GitLab server used for API requests, useful if you want to send that traffic over an internal load balancer. By default, the value of services.gitlab.pages.settings.gitlab-server is used.

type: null or string
Default
"http(s)://<services.gitlab.host>"
Example
"https://gitlab.example.internal"
declared in: nixos/modules/services/misc/gitlab.nixView source on NixOS/nixpkgs →