From eaa3a8625b653002f37347f8b96ffbae3cabd317 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sun, 24 May 2026 23:41:07 -0800 Subject: [PATCH] run gitea actions runner in host mode Jobs now execute directly on the runner host rather than inside a docker container, giving them access to Node.js, Docker, and other host tools without needing a custom image. Co-Authored-By: Claude Sonnet 4.6 --- nixos/linux.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/linux.nix b/nixos/linux.nix index 4501488..250f4f5 100644 --- a/nixos/linux.nix +++ b/nixos/linux.nix @@ -141,9 +141,9 @@ in { url = "http://localhost:3000"; tokenFile = config.age.secrets.forgejo-runner-token.path; labels = [ - "ubuntu-latest:docker://ubuntu:22.04" - "ubuntu-22.04:docker://ubuntu:22.04" - "ubuntu-20.04:docker://ubuntu:20.04" + "ubuntu-latest:host" + "ubuntu-22.04:host" + "ubuntu-20.04:host" ]; };