11 lines
179 B
Nix
11 lines
179 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.github-runner = {
|
|
enable = true;
|
|
url = "https://github.com/ropfuscator";
|
|
tokenFile = "/secrets/github-runner/token";
|
|
replace = true;
|
|
};
|
|
}
|