run registration for nixos-config
This commit is contained in:
parent
b806cc42d5
commit
8a6a75418a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }: {
|
||||
services.github-runner = {
|
||||
enable = true;
|
||||
url = "https://github.com/DarkKirb";
|
||||
url = "https://github.com/DarkKirb/nixos-config";
|
||||
tokenFile = config.sops.secrets."services/github-runner/nixos.token".path;
|
||||
};
|
||||
sops.secrets."services/github-runner/nixos.token" = { };
|
||||
|
|
Loading…
Reference in a new issue