mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Merge pull request #421 from sbruder/p14s-rtw89
p14s: ensure rtw89 driver is available
This commit is contained in:
		@@ -15,6 +15,6 @@
 | 
				
			|||||||
  # Wifi support
 | 
					  # Wifi support
 | 
				
			||||||
  hardware.firmware = [ pkgs.rtw89-firmware ];
 | 
					  hardware.firmware = [ pkgs.rtw89-firmware ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # For support of newer AMD GPUs, backlight and internal microphone
 | 
					  # For mainline support of rtw89 wireless networking
 | 
				
			||||||
  boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.13") pkgs.linuxPackages_latest;
 | 
					  boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "5.16") pkgs.linuxPackages_latest;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user