nix-cache02: add native nix forgejo runner instance

Add a second runner instance (actions-native) that executes jobs
directly on the host, giving workflows persistent nix store access
and automatic binary cache population via Harmonia.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 23:15:51 +01:00
parent 02845f2138
commit cf19ade34b
5 changed files with 230 additions and 157 deletions

View File

@@ -116,3 +116,10 @@ variable "forgejo_runner_token" {
sensitive = true
}
variable "forgejo_native_runner_token" {
description = "Forgejo Actions runner token for native nix runner on nix-cache02"
type = string
default = "PLACEHOLDER"
sensitive = true
}