10 lines
175 B
Nix
10 lines
175 B
Nix
|
{
|
||
|
services.thermald.configFile = ./thermal-conf.xml;
|
||
|
services.undervolt = {
|
||
|
enable = true;
|
||
|
coreOffset = -50;
|
||
|
gpuOffset = -50;
|
||
|
analogioOffset = -50;
|
||
|
};
|
||
|
}
|