mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			126 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			126 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  # see https://bbs.archlinux.org/viewtopic.php?pid=2227023
 | 
						|
  boot.kernelParams = [
 | 
						|
    "acpi_osi=\"!Windows 2015\""
 | 
						|
  ];
 | 
						|
}
 |