mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	xiaomi/redmibook/16-pro-2024: remove boot fix
This option was enabled in the NixOS kernel config in https://github.com/NixOS/nixpkgs/pull/410324
This commit is contained in:
		@@ -1,8 +1,5 @@
 | 
			
		||||
# Xiaomi Redmibook 16 Pro (2024)
 | 
			
		||||
 | 
			
		||||
Note that the boot fix requires building the kernel. As such, you might run out
 | 
			
		||||
of space during nixos-rebuild if you mount tmpfs on `/tmp`.
 | 
			
		||||
 | 
			
		||||
## Tested Hardware
 | 
			
		||||
 | 
			
		||||
```shellsession
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
{ lib, ... }:
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../fix-boot-quirk.nix
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/pc/laptop
 | 
			
		||||
    ../../../common/pc/ssd
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user