monolith: use nproc as gitlab runner count
This commit is contained in:
		
							parent
							
								
									feafc57514
								
							
						
					
					
						commit
						a4ebb60595
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -12,7 +12,7 @@ in
 | 
			
		|||
  virtualisation.docker.enable = true;
 | 
			
		||||
  services.gitlab-runner = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    settings.concurrent = 4;
 | 
			
		||||
    settings.concurrent = 12;
 | 
			
		||||
    services = {
 | 
			
		||||
      # runner for building in docker via host's nix-daemon
 | 
			
		||||
      # nix store will be readable in runner, might be insecure
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue