Update nixos/modules/services/continuous-integration/github-runners.nix
Co-authored-by: Vincent Haupert <mail@vincent-haupert.de>
This commit is contained in:
parent
cf1b952988
commit
69d9538b34
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ in
|
|||
(import ./github-runner/service.nix (args // {
|
||||
inherit svcName;
|
||||
cfg = v;
|
||||
systemdDir = svcName;
|
||||
systemdDir = "github-runner/${n}";
|
||||
}))
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue