MyNixOS website logo
option

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

Add a custom host-to-IP mapping.

Declarations
    Type
    list of string
    Default
    [ ]
    Example
    [
      "other-host:127.0.0.1"
    ]