contrib/ gets the clickhouse patching, the bucket log parsing code and the awscli setup and shell. ops/ gets the machine config itself. Change-Id: If8b8f8cce5ca9c2b4d19e17be9a8b895ac35e84a Reviewed-on: https://cl.snix.dev/c/snix/+/30163 Autosubmit: Florian Klink <flokli@flokli.de> Tested-by: besadii Reviewed-by: Ryan Lahfa <masterancpp@gmail.com>
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			299 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			299 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { depot, ... }:
 | |
| 
 | |
| (with depot.ops.machines; [
 | |
|   # Archivist EC2 machine
 | |
|   archivist-ec2
 | |
|   # Gerrit instance
 | |
|   gerrit01
 | |
|   # Public-facing services
 | |
|   public01
 | |
|   # Build machine
 | |
|   build01
 | |
|   # Observability stack and internal software
 | |
|   meta01
 | |
|   # fetch-through cache for cache.nixos.org
 | |
|   snix-cache
 | |
| ])
 |