MyNixOS website logo
option

services.gitlab-runner.sessionServer

The session server allows the user to interact with jobs that the Runner is responsible for. A good example of this is the interactive web terminal.

Declarations
    Type
    submodule
    Default
    { }
    Example
    {
      listenAddress = "0.0.0.0:8093";
    }