mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Merge #569
569: Enable thermald for Dell XPS 15 7590 r=Mic92 a=ghisvail Co-authored-by: Ghislain Vaillant <ghisvail@users.noreply.github.com>
This commit is contained in:
		@@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					{ lib, ... }:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  imports = [
 | 
					  imports = [
 | 
				
			||||||
    ../../../common/cpu/intel
 | 
					    ../../../common/cpu/intel
 | 
				
			||||||
@@ -21,6 +23,9 @@
 | 
				
			|||||||
  # Prevent small EFI partiion from filling up
 | 
					  # Prevent small EFI partiion from filling up
 | 
				
			||||||
  boot.loader.grub.configurationLimit = 10;
 | 
					  boot.loader.grub.configurationLimit = 10;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # This will save you money and possibly your life!
 | 
				
			||||||
 | 
					  services.thermald.enable = lib.mkDefault true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # The 48.ucode causes the Killer wifi card to crash.
 | 
					  # The 48.ucode causes the Killer wifi card to crash.
 | 
				
			||||||
  # The iwlfwifi-cc-a0-46.ucode works perfectly
 | 
					  # The iwlfwifi-cc-a0-46.ucode works perfectly
 | 
				
			||||||
  nixpkgs.overlays = [
 | 
					  nixpkgs.overlays = [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user