mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	pine64-rockpro64: init
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							b31be8f114
						
					
				
				
					commit
					f4ef5df944
				
			
							
								
								
									
										9
									
								
								pine64/rockpro64/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								pine64/rockpro64/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
{ pkgs, lib, ... }:
 | 
			
		||||
{
 | 
			
		||||
  boot.initrd.kernelModules = [
 | 
			
		||||
    # PCIe/NVMe
 | 
			
		||||
    "nvme"
 | 
			
		||||
    "pcie_rockchip_host"
 | 
			
		||||
    "phy_rockchip_pcie"
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user