unstable lts kernel + increase configuration limit
This commit is contained in:
		
							parent
							
								
									3dcfac6d31
								
							
						
					
					
						commit
						0dd76b4b25
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -20,7 +20,7 @@
 | 
			
		|||
    };
 | 
			
		||||
 | 
			
		||||
    # Linux kernel used by NixOS.
 | 
			
		||||
    kernelPackages = pkgs.linuxPackages_latest;
 | 
			
		||||
    kernelPackages = pkgs.unstable.linuxPackages;
 | 
			
		||||
    # Parameters added to the kernel command line.
 | 
			
		||||
    kernelParams = [
 | 
			
		||||
      # Enable amdgpu driver sysfs API that allows fine grain control of GPU
 | 
			
		||||
| 
						 | 
				
			
			@ -37,7 +37,7 @@
 | 
			
		|||
      };
 | 
			
		||||
      systemd-boot = {
 | 
			
		||||
        enable = true;
 | 
			
		||||
        configurationLimit = 3;
 | 
			
		||||
        configurationLimit = 20;
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue