This is no longer needed; Nixery is now served by bugry. Change-Id: Idd072505c4da1e6af636224e092b6fb21eff9250 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13001 Reviewed-by: sterni <sternenseemann@systemli.org> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			321 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			321 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { depot, ... }:
 | |
| 
 | |
| (with depot.ops.machines; [
 | |
|   sanduny
 | |
|   whitby
 | |
|   bugry
 | |
|   nevsky
 | |
| ]) ++
 | |
| 
 | |
| (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
 | |
| ])
 |