mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
Enable thermald for Dell XPS 15 7590
This commit is contained in:
committed by
Ghislain Vaillant
parent
2d44015779
commit
4bf15d3dfd
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user