feat: create flurry runner
This commit is contained in:
parent
09a685735b
commit
91aabbe5c7
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue