mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	remove systemd-boot from hardware profiles (#307)
- We should not enable canTouchEfiVariables by default as this wears out the EFI storage. - We should not set systemd-boot as default. This is up to the user to decide. There are exceptions when hardware only supports specific bootloaders so.
This commit is contained in:
		@@ -8,12 +8,6 @@
 | 
			
		||||
 | 
			
		||||
  boot.blacklistedKernelModules = [ "psmouse" ]; # touchpad goes over i2c
 | 
			
		||||
 | 
			
		||||
  # TODO: decide on boot loader policy
 | 
			
		||||
  boot.loader = {
 | 
			
		||||
    efi.canTouchEfiVariables = lib.mkDefault true;
 | 
			
		||||
    systemd-boot.enable = lib.mkDefault true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # This will save you money and possibly your life!
 | 
			
		||||
  services.thermald.enable = true;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user