1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-06 00:37:00 +00:00
nix-darwin/modules/services/github-runner
Vincent Haupert 21b92addaf github-runners: init module
Adds a new module which allows to configure multiple GitHub self-hosted
runners on Darwin. The module is heavily inspired by the nixpkgs NixOS
module. Its implementation differs in some ways:

- There's currently no way to configure the user/group which runs the
  runner. All configured runners share the same user and group.
- No automatic cleanup.
- No advanced sandboxing apart from user/group isolation
2024-01-22 10:27:11 +01:00
..
config.nix github-runners: init module 2024-01-22 10:27:11 +01:00
default.nix github-runners: init module 2024-01-22 10:27:11 +01:00
options.nix github-runners: init module 2024-01-22 10:27:11 +01:00