mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	s/gummiboot/systemd-boot -- fixes warnings on unstable
This commit is contained in:
		@@ -20,8 +20,8 @@
 | 
			
		||||
  #nix.maxJobs = 8;
 | 
			
		||||
  ## END from generated hardware-configuration
 | 
			
		||||
 | 
			
		||||
  # Use the gummiboot efi boot loader. (From default generated configuration.nix)
 | 
			
		||||
  boot.loader.gummiboot.enable = true;
 | 
			
		||||
  # Use the systemd-boot efi boot loader. (From default generated configuration.nix)
 | 
			
		||||
  boot.loader.systemd-boot.enable = true;
 | 
			
		||||
  boot.loader.efi.canTouchEfiVariables = true;
 | 
			
		||||
 | 
			
		||||
  # Honestly forget if needed or just better for touchpad.
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,7 @@ These settings are needed both for booting the final install, and installer itse
 | 
			
		||||
 | 
			
		||||
=== After installation ===
 | 
			
		||||
 | 
			
		||||
* ''Add gummiboot to UEFI boot list.'' The (uneditable anyways) settings mapping drive UUIDs to HD* work fine.
 | 
			
		||||
* ''Add systemd-boot to UEFI boot list.'' The (uneditable anyways) settings mapping drive UUIDs to HD* work fine.
 | 
			
		||||
 | 
			
		||||
=== Optional ===
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user