diogenes "passed" CI because the file was named configuration.nix (vestage from the NixOS default /etc/nixos/configuration). This CL fixes some issues I encountered after running depot/bin/rebuild-system. TL;DR: - rename configuration.nix -> default.nix to trigger CI - add diogenes to my systems - add public SSH key Change-Id: I24197b8936c201267db6f71f00099dce590eac1d Reviewed-on: https://cl.tvl.fyi/c/depot/+/4388 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Reviewed-by: tazjin <mail@tazj.in> Autosubmit: wpcarro <wpcarro@gmail.com>
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ depot, ... }:
 | 
						|
 | 
						|
(with depot.ops.machines; [
 | 
						|
  whitby
 | 
						|
]) ++
 | 
						|
 | 
						|
(with depot.users.tazjin.nixos; [
 | 
						|
  camden
 | 
						|
  frog
 | 
						|
  tverskoy
 | 
						|
]) ++
 | 
						|
 | 
						|
(with depot.users.grfn.system.system; [
 | 
						|
  yeren
 | 
						|
]) ++
 | 
						|
 | 
						|
(with depot.users.wpcarro.nixos; [
 | 
						|
  diogenes
 | 
						|
  marcus
 | 
						|
])
 |