labels
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user