9 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			140 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   boot.loader = {
 | |
|     systemd-boot = {
 | |
|       enable = true;
 | |
|       consoleMode = "max";
 | |
|     };
 | |
|     efi.canTouchEfiVariables = true;
 | |
|   };
 | |
| }
 |