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)