Disable gitlab-runners

This commit is contained in:
Greg Hellings
2025-12-04 09:24:08 -06:00
parent 4872ec439e
commit 5ad3fcf90d
+1 -1
View File
@@ -46,7 +46,7 @@ in
};
services.gitlab-runner = {
enable = true;
enable = false;
settings.concurrent = cfg.threads;
services = {
qemu = lib.mkIf cfg.qemu (runnerCfg config.age.secrets.qemu.path);