config/hosts/jericho/extras/thermal.nix
2022-02-05 20:47:50 +01:00

10 lines
175 B
Nix

{
services.thermald.configFile = ./thermal-conf.xml;
services.undervolt = {
enable = true;
coreOffset = -50;
gpuOffset = -50;
analogioOffset = -50;
};
}