stonehenge: reduce gitlab runners
This commit is contained in:
parent
2145275e2b
commit
ef12262e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ in
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
services.gitlab-runner = {
|
services.gitlab-runner = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.concurrent = 2;
|
settings.concurrent = 1;
|
||||||
services = {
|
services = {
|
||||||
wopus-gitlab-nix = mkNixRunnerFull {
|
wopus-gitlab-nix = mkNixRunnerFull {
|
||||||
authenticationTokenConfigFile = config.sops.secrets."gitlab-runners/wopus-gitlab-nix".path;
|
authenticationTokenConfigFile = config.sops.secrets."gitlab-runners/wopus-gitlab-nix".path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue