Use systemd-boot as a temporary workaround
This commit is contained in:
		
							parent
							
								
									b2c983ee22
								
							
						
					
					
						commit
						f9a04a4492
					
				@ -30,7 +30,7 @@ with pkgs;
 | 
				
			|||||||
  boot.loader = {
 | 
					  boot.loader = {
 | 
				
			||||||
    efi.canTouchEfiVariables = true;
 | 
					    efi.canTouchEfiVariables = true;
 | 
				
			||||||
    systemd-boot = {
 | 
					    systemd-boot = {
 | 
				
			||||||
      enable = false;
 | 
					      enable = true;
 | 
				
			||||||
      configurationLimit = 50;
 | 
					      configurationLimit = 50;
 | 
				
			||||||
      editor = false;
 | 
					      editor = false;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user