feat: create flurry runner

This commit is contained in:
Noa Aarts 2024-10-19 16:11:51 +02:00
parent 09a685735b
commit 91aabbe5c7
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -155,6 +155,14 @@
}; };
services = { services = {
github-runners = {
flurry-runner = {
enable = true;
name = "flurry-runner";
tokenFile = "/secrets/token-flurry";
url = "https://github.com/itepastra/flurry";
};
};
openssh = { openssh = {
enable = true; enable = true;
settings.PasswordAuthentication = false; settings.PasswordAuthentication = false;