727 current 2024-06-02 11:02:41 24.11.20240529.ad57eef 6.9.2-zen1 *

This commit is contained in:
zackartz 2024-06-02 11:02:44 -04:00
parent ec3137bd1b
commit c2303c0a39
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 24 additions and 25 deletions

View file

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