Add k3s, 1Password Connect, and systemd nix-container-builder to ringtail #209

Merged
eblume merged 7 commits from feature/k3s-ringtail-runner into main 2026-02-18 21:15:31 -08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8aa85ca116 - Show all commits

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>
Erich Blume 2026-02-18 20:46:07 -08:00

View file

@ -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

View file

@ -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";