dell/xps: enable thermald service

This commit is contained in:
Samuel Leathers
2019-10-27 09:02:50 +01:00
parent 1ea7efa262
commit 4916acd221
4 changed files with 13 additions and 1 deletions

View File

@@ -14,4 +14,7 @@
boot.blacklistedKernelModules = [ "psmouse" ];
services.throttled.enable = lib.mkDefault true;
# This will save you money and possibly your life!
services.thermald.enable = true;
}