727 current 2024-06-02 11:02:41 24.11.20240529.ad57eef 6.9.2-zen1 *
This commit is contained in:
parent
ec3137bd1b
commit
c2303c0a39
2 changed files with 24 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue