mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Add hardware config for lenovo t5 26amr5 (#938)
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										0
									
								
								lenovo/legion/t526amr5/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								lenovo/legion/t526amr5/README.md
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										12
									
								
								lenovo/legion/t526amr5/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								lenovo/legion/t526amr5/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
{ lib, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../common/cpu/amd
 | 
			
		||||
    ../../../common/gpu/nvidia
 | 
			
		||||
    ../../../common/pc/ssd
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # TPM2 module
 | 
			
		||||
  security.tpm2.enable = true;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user