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