MyNixOS website logo
option

services.gitlab-runner.services.<name>.registrationFlags

Extra command-line flags passed to gitlab-runner register. Execute gitlab-runner register --help for a list of supported flags.

Declarations
Type
list of string
Default
[ ]
Example
[
  "--docker-helper-image my/gitlab-runner-helper"
]