Enable lanzaboot again on shodan
This commit is contained in:
		
							parent
							
								
									a373404b3b
								
							
						
					
					
						commit
						4a55e924c3
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -215,13 +215,13 @@
 | 
			
		|||
  # This setting is usually set to true in configuration.nix
 | 
			
		||||
  # generated at installation time. So we force it to false
 | 
			
		||||
  # for now.
 | 
			
		||||
  boot.loader.systemd-boot.enable = true;
 | 
			
		||||
  boot.loader.systemd-boot.enable = lib.mkForce false;
 | 
			
		||||
  boot.initrd.systemd.enable = true;
 | 
			
		||||
 | 
			
		||||
  # boot.lanzaboote = {
 | 
			
		||||
  #   enable = true;
 | 
			
		||||
  #   pkiBundle = "/etc/secureboot";
 | 
			
		||||
  # };
 | 
			
		||||
  boot.lanzaboote = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    pkiBundle = "/etc/secureboot";
 | 
			
		||||
  };
 | 
			
		||||
  boot.loader.systemd-boot.configurationLimit = 3;
 | 
			
		||||
  boot.loader.timeout = 0;
 | 
			
		||||
  boot.loader.efi.canTouchEfiVariables = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue