monolith: update gitlab concurrent runners
This commit is contained in:
		
							parent
							
								
									2f7572839f
								
							
						
					
					
						commit
						74de7c937f
					
				
					 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 = 4;
 | 
					    settings.concurrent = 8;
 | 
				
			||||||
    services = {
 | 
					    services = {
 | 
				
			||||||
      # runner for building in docker via host's nix-daemon
 | 
					      # runner for building in docker via host's nix-daemon
 | 
				
			||||||
      # nix store will be readable in runner, might be insecure
 | 
					      # nix store will be readable in runner, might be insecure
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue