mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	lenovo/thinkpad/p14s/amd/gen4: init
This commit is contained in:
		
							
								
								
									
										11
									
								
								lenovo/thinkpad/p14s/amd/gen4/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								lenovo/thinkpad/p14s/amd/gen4/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
{ lib, pkgs, config, ... }:
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../../../../../common/cpu/amd/pstate.nix
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # For the Qualcomm NFA765 [17cb:1103] wireless network controller
 | 
			
		||||
  # See https://bugzilla.redhat.com/show_bug.cgi?id=2047878
 | 
			
		||||
  boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user