Flakes
Categories
Options
Packages
Sign in
MyNixOS
nixpkgs
options
services
gitlab-runner
services
<name>
dockerAllowedServices
option
services.gitlab-runner.services.<name>.dockerAllowedServices
Whitelist allowed services.
Declarations
nixos/modules/services/continuous-integration/gitlab-runner.nix
Type
list of string
Default
[ ]
Example
[
"postgres:9"
"redis:*"
"mysql:*"
]