MyNixOS website logo
option

services.github-runners.<name>.extraEnvironment

Extra environment variables to set for the runner, as an attrset.

Declarations
    Type
    attribute set
    Default
    { }
    Example
    {
      GIT_CONFIG = "/path/to/git/config";
    }