Skip to content

Commit

Permalink
fix github-runner on tomato
Browse files Browse the repository at this point in the history
  • Loading branch information
0x77dev committed Jan 4, 2025
1 parent e8a1564 commit 4eb1a79
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions systems/nixos/tomato/services/github-runner.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{ ... }: {
services.github-runner = {
land = {
enable = true;
url = "https://github.com/0x77dev/land";
name = "tomato";
tokenFile = "/run/secrets/github-runner/token";
user = "github-runner";
group = "github-runner";
replace = true;
extraLabels = [ "home-lab" ];
};
services.github-runners.land = {
enable = true;
url = "https://github.com/0x77dev/land";
name = "tomato";
tokenFile = "/run/secrets/github-runner/token";
user = "github-runner";
group = "github-runner";
replace = true;
extraLabels = [ "home-lab" ];
};
}

0 comments on commit 4eb1a79

Please sign in to comment.