feat(gitea-actions-runner): Setup a second identical runner

This commit is contained in:
Tom Hubrecht 2023-12-05 13:47:32 +01:00
parent ab694c03b6
commit 942e75460c

View file

@ -25,6 +25,18 @@ in {
settings = { container.network = "host"; };
};
runner02 = {
enable = true;
inherit url;
token = "m0rUDBxxkMb6xLTmPFwIieHswJFROqPFByPlT3V9";
name = "storage01 [debian]";
labels = [ "debian-latest:docker://node:20-bookworm" ];
settings = { container.network = "host"; };
};
};
};