This commit is contained in:
2026-01-27 21:24:48 -07:00
parent 22da6ac0c3
commit 776e3dcc3b

View File

@@ -294,7 +294,10 @@
name = "infrastructure-runner"; name = "infrastructure-runner";
url = "https://gitea.example.com"; url = "https://gitea.example.com";
tokenFile = "/data/runner/gitea-infrastructure-token.txt"; tokenFile = "/data/runner/gitea-infrastructure-token.txt";
labels = [ "home-server" ]; labels = [
"home-server"
"ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
];
hostPackages = with pkgs; [ hostPackages = with pkgs; [
docker docker