Jeremiah runner up to 7 with its new memory

This commit is contained in:
Greg Hellings
2025-01-28 21:27:29 -06:00
parent 44e8d8f249
commit 713b5d03b7
+2 -2
View File
@@ -76,11 +76,11 @@
services = {
gitlab-runner = {
enable = true;
settings.concurrent = 5;
settings.concurrent = 7;
services = {
shell = {
executor = "shell";
limit = 1;
limit = 7;
authenticationTokenConfigFile = config.age.secrets.runner-reg.path;
environmentVariables = {
EFI_DIR = "${pkgs.OVMF.fd}/FV/";