From 349495bea6c952b549296b93637ccb1c0ac96ddc Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Sat, 1 Nov 2025 23:09:11 -0600 Subject: [PATCH] unsupported schema --- modules/nix/gitea-actions-runners/webref.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nix/gitea-actions-runners/webref.nix b/modules/nix/gitea-actions-runners/webref.nix index 589c244..349de03 100644 --- a/modules/nix/gitea-actions-runners/webref.nix +++ b/modules/nix/gitea-actions-runners/webref.nix @@ -27,9 +27,9 @@ in name = "${config.networking.hostName}-nixos"; tokenFile = config.sops.secrets.gitea.path; labels = [ - "nix:native" + "nix" "ubuntu-latest:docker://node:20-bookworm" - "webref:native" + "webref" ]; hostPackages = builtins.attrValues { inherit (pkgs)