Update nixos/modules/services/continuous-integration/github-runners.nix

Co-authored-by: Vincent Haupert <mail@vincent-haupert.de>
This commit is contained in:
Tom McLaughlin 2022-10-13 18:53:25 -06:00 committed by GitHub
parent cf1b952988
commit 69d9538b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ in
(import ./github-runner/service.nix (args // {
inherit svcName;
cfg = v;
systemdDir = svcName;
systemdDir = "github-runner/${n}";
}))
);
};