nixos/hosts/architect/githubrunner.nix

10 lines
171 B
Nix
Raw Normal View History

2021-11-19 10:39:04 +00:00
{ ... }:
{
services.github-runner = {
enable = true;
url = "https://github.com/ropfuscator/ropfuscator";
tokenFile = "/secrets/github-runner/token";
};
}