From 4bf15d3dfd6ae9a1e2c6389fae0b5d7a16f639bf Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Sat, 25 Feb 2023 19:57:50 +0100 Subject: [PATCH] Enable thermald for Dell XPS 15 7590 --- dell/xps/15-7590/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dell/xps/15-7590/default.nix b/dell/xps/15-7590/default.nix index 98b0876..44ade79 100644 --- a/dell/xps/15-7590/default.nix +++ b/dell/xps/15-7590/default.nix @@ -1,3 +1,5 @@ +{ lib, ... }: + { imports = [ ../../../common/cpu/intel @@ -21,6 +23,9 @@ # Prevent small EFI partiion from filling up 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 iwlfwifi-cc-a0-46.ucode works perfectly nixpkgs.overlays = [