update groups

This commit is contained in:
zackartz 2024-05-31 14:43:55 -04:00
parent 50738b02d0
commit fde2669d44
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -9,7 +9,7 @@ with lib.custom; let
cfg = config.services.gh; cfg = config.services.gh;
sec = config.age.secrets; sec = config.age.secrets;
group = config.services.github-runner.runnerGroup; group = config.services.github-runner.pluto.runnerGroup;
in { in {
options.services.gh = with types; { options.services.gh = with types; {
enable = mkBoolOpt false "Enable GitHub Actions Runner"; enable = mkBoolOpt false "Enable GitHub Actions Runner";
@ -23,7 +23,7 @@ in {
}; };
}; };
services.github-runner = { services.github-runner.pluto = {
enable = true; enable = true;
url = "https://github.com/zackartz/nixos-dots"; url = "https://github.com/zackartz/nixos-dots";
tokenFile = sec.github_runner.path; tokenFile = sec.github_runner.path;