Set runner name to attr name for github-runners.${name}
This commit is contained in:
@@ -11,7 +11,7 @@ let
|
||||
in
|
||||
|
||||
{
|
||||
options.services.github-runner = import ./github-runner/options.nix args;
|
||||
options.services.github-runner = import ./github-runner/options.nix (args // { includeNameDefault = true; });
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.github-runners.${cfg.name} = cfg;
|
||||
|
||||
Reference in New Issue
Block a user