mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	lenovo.thinkpad.t430: fix boot.kernelParams
This commit is contained in:
		@@ -10,7 +10,7 @@
 | 
			
		||||
  boot = {
 | 
			
		||||
    kernelParams = [
 | 
			
		||||
      # fixes brightness keys, see https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_T430s
 | 
			
		||||
      "acpi_osi\='!Windows 2012'"
 | 
			
		||||
      ''acpi_osi="!Windows 2012"''
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user