Skip to content

Commit

Permalink
runner: fix trusted user, again
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 14, 2024
1 parent 731a99b commit c38e284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/github-runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ in
mkRunner = f: builtins.foldl' (acc: i: acc // { ${name i} = f i; }) { } runners;
in
{
nix.settings.trusted-users = "_github-runner";
nix.settings.trusted-users = [ "_github-runner" ];

services.github-runners = mkRunner (
i:
Expand Down

0 comments on commit c38e284

Please sign in to comment.