mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
Removed opinionated setting of thermalda
This commit is contained in:
parent
eff85ec002
commit
be6c17d1f5
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue