From 39d2b5a609f75d269aba2ee4520035589b055342 Mon Sep 17 00:00:00 2001 From: m3tm3re Date: Wed, 21 Jan 2026 17:59:58 +0100 Subject: [PATCH] chore: optimize gitea runner --- hosts/m3-atlas/services/gitea-actions-runner.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/m3-atlas/services/gitea-actions-runner.nix b/hosts/m3-atlas/services/gitea-actions-runner.nix index b53144a..2d88e25 100644 --- a/hosts/m3-atlas/services/gitea-actions-runner.nix +++ b/hosts/m3-atlas/services/gitea-actions-runner.nix @@ -12,12 +12,7 @@ # nixos:host is primary, ubuntu is fallback labels = [ - # Primary: Run directly on host (fastest, has Nix installed) "nixos:host" - - # Fallback: Docker-based execution for compatibility - "ubuntu-latest:docker://node:18-bullseye" - "ubuntu-22.04:docker://node:20-bullseye" ]; # Host execution packages @@ -28,6 +23,7 @@ git jq nix + nix-update nodejs # Add any other tools you need for nix-update workflows ];