run registration for nixos-config

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-05 12:01:17 +01:00
parent b806cc42d5
commit 8a6a75418a
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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" = { };