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 4eb1a79 commit d67add9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions systems/nixos/tomato/services/github-runner.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{ ... }: {
users.groups.github-runner = { };

users.users.github-runner = {
isSystemUser = true;
group = "github-runner";
home = "/home/github-runner";
createHome = true;
};

services.github-runners.land = {
enable = true;
url = "https://github.com/0x77dev/land";
Expand Down

0 comments on commit d67add9

Please sign in to comment.