update groups
This commit is contained in:
parent
50738b02d0
commit
fde2669d44
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ with lib.custom; let
|
|||
cfg = config.services.gh;
|
||||
|
||||
sec = config.age.secrets;
|
||||
group = config.services.github-runner.runnerGroup;
|
||||
group = config.services.github-runner.pluto.runnerGroup;
|
||||
in {
|
||||
options.services.gh = with types; {
|
||||
enable = mkBoolOpt false "Enable GitHub Actions Runner";
|
||||
|
|
@ -23,7 +23,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.github-runner = {
|
||||
services.github-runner.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