MyNixOS website logo
option

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

Custom environment variables injected to build environment. For secrets you can use registrationConfigFile with RUNNER_ENV variable set.

Declarations
    Type
    attribute set of string
    Default
    { }
    Example
    {
      NAME = "value";
    }