Change-Id: I40a4e7b9b993b2af57b03da1036ddeca2a0d298a Reviewed-on: https://cl.tvl.fyi/c/depot/+/12343 Reviewed-by: mrflos <mrflos@yeswiki.pro> Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su>
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			336 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			336 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { depot, ... }:
 | |
| 
 | |
| (with depot.ops.machines; [
 | |
|   sanduny
 | |
|   whitby
 | |
|   nixery-01
 | |
|   volgasprint-cache
 | |
| ]) ++
 | |
| 
 | |
| (with depot.users.tazjin.nixos; [
 | |
|   camden
 | |
|   frog
 | |
|   tverskoy
 | |
|   zamalek
 | |
| ]) ++
 | |
| 
 | |
| (with depot.users.aspen.system.system; [
 | |
|   yeren
 | |
|   mugwump
 | |
|   ogopogo
 | |
|   lusca
 | |
| ]) ++
 | |
| 
 | |
| (with depot.users.wpcarro.nixos; [
 | |
|   ava
 | |
|   kyoko
 | |
|   marcus
 | |
|   tarasco
 | |
| ])
 |