Skip to content

Commit

Permalink
github: add packages, and increase runners
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 5, 2024
1 parent 831f759 commit db99230
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ just deploy ny-ci-nixos
```

>[!NOTE]
> This requires you to be connected to Nammayatri Tailscale network!
> This requires you to be connected to Nammayatri [Tailscale](https://login.tailscale.com/admin/machines) network!
## Progress

Expand Down
15 changes: 14 additions & 1 deletion common/github-runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@
age.secretsDir = ./secrets;
runnerSettings = {
extraPackages = with pkgs; [
# Nix stuff
omnix
cachix
openssh # flake inputs may use git+ssh

# Docker
docker

# Basics
bashInteractive
coreutils
curl
gnumake
git
];
};
orgRunners = {
"nammayatri".num = 2;
"nammayatri".num = 8;
};
};
}

0 comments on commit db99230

Please sign in to comment.