nixos/hosts/architect/githubrunner.nix
2021-11-21 11:37:18 +01:00

11 lines
179 B
Nix

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