0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-21 17:36:59 -05:00

The labels key *is* required to be defined, but can be set explicitly to an empty list. Clarify this. Review @hexa @indeednotjames

This commit is contained in:
abyxcos 2023-05-29 20:05:54 -04:00 committed by Caesar Schinas
parent 45715d77da
commit c88b35d3a8
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

View file

@ -149,7 +149,7 @@ Certain hosts may require specific configurations for runners to work smoothly.
The gitea-actions-runner recipe was release in NixOS 23.05. It can be configured via `services.gitea-actions-runner`.
Please note that the `services.gitea-actions-runner.instances.<name>.labels` key is not required if only the default Forgejo image list is used, however one of `virtualisation.docker.enable` or `virtualisation.podman.enable` will need to be set. The default Forgejo image list is populated with docker images.
Please note that the `services.gitea-actions-runner.instances.<name>.labels` key may be set to `[]` (an empty list) to use the packaged Forgejo instance list. One of `virtualisation.docker.enable` or `virtualisation.podman.enable` will need to be set. The default Forgejo image list is populated with docker images.
#### IPv6 on docker