mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	apple/macbook-air/6: add acpi_osi= kernel param
This commit is contained in:
		@@ -6,6 +6,9 @@
 | 
			
		||||
  boot = {
 | 
			
		||||
    extraModulePackages = with config.boot.kernelPackages; [ mba6x_bl ];
 | 
			
		||||
    kernelModules = [ "mba6x_bl" ];
 | 
			
		||||
 | 
			
		||||
    # Divides power consumption by two.
 | 
			
		||||
    kernelParams = [ "acpi_osi=" ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.xserver.deviceSection = lib.mkDefault ''
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user