Removed opinionated setting of thermalda

This commit is contained in:
Nunya Bidness 2025-02-22 03:09:00 -06:00
parent eff85ec002
commit be6c17d1f5

View file

@ -7,7 +7,6 @@
../../common/gpu/nvidia/ampere ../../common/gpu/nvidia/ampere
../../common/pc/laptop ../../common/pc/laptop
../../common/pc/laptop/ssd ../../common/pc/laptop/ssd
../../common/hidpi.nix
]; ];
# Enables ACPI platform profiles # Enables ACPI platform profiles
@ -15,10 +14,6 @@
kernelModules = [ "hp-wmi" ]; kernelModules = [ "hp-wmi" ];
}; };
# Since this is a laptop, enable the thermal daemon.
# NOTE: Users may want to add lm-sensors and cpufreq-utils to system packages
services.thermald.enable = lib.mkDefault true;
# Enables Wifi and Bluetooth # Enables Wifi and Bluetooth
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;