nixos/hosts/architect/githubrunner.nix
2021-11-19 11:39:04 +01:00

10 lines
171 B
Nix

{ ... }:
{
services.github-runner = {
enable = true;
url = "https://github.com/ropfuscator/ropfuscator";
tokenFile = "/secrets/github-runner/token";
};
}