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.

Type
submodule
Default
{ }
Example
{
  listenAddress = "0.0.0.0:8093";
}
Declared
<nix-darwin/modules/services/gitlab-runner.nix>