mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	feat: add absolutesolver hardware-configuration
This commit is contained in:
		
							parent
							
								
									3cd04be672
								
							
						
					
					
						commit
						b7a3e4c97c
					
				
					 3 changed files with 45 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -19,11 +19,14 @@ in {
 | 
			
		|||
  options.${namespace}.common.grub = { enable = mkEnableOption "grub"; };
 | 
			
		||||
 | 
			
		||||
  config = mkIf cfg.enable {
 | 
			
		||||
    boot.loader.systemd-boot.enable = false;
 | 
			
		||||
 | 
			
		||||
    boot.loader.grub = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      devices = [ "nodev" ];
 | 
			
		||||
      efiInstallAsRemovable = true;
 | 
			
		||||
      efiSupport = true;
 | 
			
		||||
      version = 2;
 | 
			
		||||
 | 
			
		||||
      extraEntries = ''
 | 
			
		||||
        menuentry "Reboot" {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue