used to define general host configuration, including: - hardware - name - admin - type - role
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			68 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			68 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [
 | 
						|
    ./cpu
 | 
						|
    ./gpu
 | 
						|
    ./features
 | 
						|
    ./ssd
 | 
						|
  ];
 | 
						|
}
 |