mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 16:47:23 +08:00
Update docs
This commit is contained in:
parent
349f7d8f0a
commit
06b13c0bb5
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* Module for setting up personal github runners
|
||||
/* Module for setting up personal or org-wide github runners
|
||||
|
||||
Limitations
|
||||
- A runner can run only one job at a time: https://github.com/orgs/community/discussions/26769
|
||||
|
|
@ -19,7 +19,6 @@ let
|
|||
in
|
||||
{
|
||||
options = {
|
||||
# TODO: Make this general enough to support organizations and other users.
|
||||
services.easy-github-runners = lib.mkOption {
|
||||
description = ''
|
||||
Attrset of runners.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue