change gitea runner

This commit is contained in:
2023-12-06 18:06:26 +01:00
parent 96b52f7bd8
commit 7767dabc47
2 changed files with 7 additions and 4 deletions

View File

@@ -153,7 +153,10 @@ in
url = "https://git.cloonar.com";
name = "main";
tokenFile = "/run/secrets/gitea-runner-token";
labels = [ "nixos-docker" ];
labels = [
"ubuntu-latest:docker://node:18-bullseye"
"native:host"
];
hostPackages = with pkgs; [
nodejs
];