about summary refs log tree commit diff
path: root/nixos/modules/services/continuous-integration/github-runner/options.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-17/+17
2024-02-09nixos/github-runners: add a `group` option to set the executing groupVincent Haupert1-1/+25
2024-02-09nixos/github-runners: align `nodeRuntimes` option with packageVincent Haupert1-1/+1
2024-02-09nixos/github-runners: rework `name` defaultVincent Haupert1-216/+230
2024-02-09nixos/github-runners: document new runner registrationsVincent Haupert1-0/+4
2024-02-09nixos/github-runners: add `noDefaultLabels` optionVincent Haupert1-1/+12
2024-02-09nixos/github-runners: remove superfluous usages of `lib`Vincent Haupert1-14/+14
2024-01-20github-runner: mention manpage for serviceOverrides optionGutyina Gergő1-0/+1
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
2023-08-22nixos/github-runners: add `nodeRuntimes` optionVincent Haupert1-0/+8
2023-02-23modules/github-runner: Improve `tokenFile` docsProfpatsch1-8/+33
2023-01-09nixos/github-runners: use `mkMerge` for `serviceConfig`Vincent Haupert1-1/+2
2023-01-03nixos/github-runner: add workDir optionAlex Martens1-0/+12
2022-12-17nixos: fix typosfigsoda1-1/+1
2022-10-19nixos/github-runners: support fine-grained personal access tokensVincent Haupert1-2/+3
2022-10-19Use config name by default, falling back to attr nameTom McLaughlin1-4/+8
2022-10-17Set runner name to attr name for github-runners.${name}Tom McLaughlin1-1/+7
2022-10-11Fix user typeTom McLaughlin1-1/+1
2022-10-11Update descriptions to use lib.mdDocTom McLaughlin1-3/+3
2022-10-11Fix a deprecated types.string -> types.strTom McLaughlin1-1/+1
2022-10-11github-runner: configurable user, environment, service overrides + multiple r...Tom McLaughlin1-0/+162