mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Make note about EFI and remove 5.1 kernel hardcode
This commit is contained in:
		
				
					committed by
					
						
						Tom Bereknyei
					
				
			
			
				
	
			
			
			
						parent
						
							f128fbbdd6
						
					
				
				
					commit
					3f1a5617bf
				
			@@ -7,10 +7,8 @@
 | 
			
		||||
    ../../../common/pc/ssd
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # TODO: boot loader
 | 
			
		||||
  #boot.loader.systemd-boot.enable = lib.mkDefault true;
 | 
			
		||||
  boot.kernelPackages = pkgs.linuxPackages_5_1;
 | 
			
		||||
  boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
 | 
			
		||||
  # Set to true for just the first run, then disable it.
 | 
			
		||||
  # boot.loader.efi.canTouchEfiVariables = lib.mkDefault true;
 | 
			
		||||
 | 
			
		||||
  # The 48.ucode causes the Killer wifi card to crash.
 | 
			
		||||
  # The iwlfwifi-cc-a0-46.ucode works perfectly
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user