mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	apple/macbook-pro/11-5: explicitly turn on redistributable firmware
This commit is contained in:
		@@ -10,9 +10,11 @@ in
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../../../common/pc/laptop/ssd
 | 
			
		||||
    <nixpkgs/nixos/modules/hardware/network/broadcom-43xx.nix>
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Enable broadcom-43xx firmware
 | 
			
		||||
  hardware.enableRedistributableFirmware = true;
 | 
			
		||||
 | 
			
		||||
  # Apparently this is currently only supported by ati_unfree drivers, not ati
 | 
			
		||||
  hardware.opengl.driSupport32Bit = false;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user