Flakes
Categories
Options
Packages
Sign in
MyNixOS
nixpkgs
options
services
gitlab-runner
services
<name>
dockerExtraHosts
option
services.gitlab-runner.services.<name>.dockerExtraHosts
Add a custom host-to-IP mapping.
Declarations
nixos/modules/services/continuous-integration/gitlab-runner.nix
Type
list of string
Default
[ ]
Example
[
"other-host:127.0.0.1"
]