We now have direct visibility among nodes so we don't need any extra SSH configuration to reach them. Reviewed-by: Aleix Boné <abonerib@bsc.es>
		
			
				
	
	
		
			11 lines
		
	
	
		
			182 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			182 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  # Provides the base system for a xeon node in the SSF rack.
 | 
						|
  imports = [
 | 
						|
    ./xeon.nix
 | 
						|
    ./ssf/fs.nix
 | 
						|
    ./ssf/hosts.nix
 | 
						|
    ./ssf/hosts-remote.nix
 | 
						|
    ./ssf/net.nix
 | 
						|
  ];
 | 
						|
}
 |