Rename runner instance to avoid systemd hyphen escaping
instances.nix-container-builder becomes nix_container_builder so the service unit is gitea-runner-nix_container_builder.service instead of gitea-runner-nix\x2dcontainer\x2dbuilder.service. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
753fe90b49
commit
8aa85ca116
2 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ A native Forgejo Actions runner (`ringtail-nix-builder`) runs as a systemd servi
|
|||
| **Label** | `nix-container-builder` |
|
||||
| **Execution** | Host (no containers) |
|
||||
| **Token** | `/etc/forgejo-runner/token.env` (provisioned by Ansible) |
|
||||
| **Service unit** | `gitea-runner-nix-container-builder.service` |
|
||||
| **Service unit** | `gitea-runner-nix_container_builder.service` |
|
||||
|
||||
## Maintenance Notes
|
||||
|
||||
|
|
|
|||
|
|
@ -393,7 +393,7 @@ in
|
|||
# Forgejo Actions runner (nix container builder)
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.forgejo-runner;
|
||||
instances.nix-container-builder = {
|
||||
instances.nix_container_builder = {
|
||||
enable = true;
|
||||
name = "ringtail-nix-builder";
|
||||
url = "https://forge.ops.eblu.me";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue