Prevent overheating of the CPU with thermald
This commit is contained in:
parent
e99d6301ea
commit
fb2467cd2e
|
@ -45,4 +45,7 @@
|
|||
coreOffset = -100;
|
||||
gpuOffset = -75;
|
||||
};
|
||||
|
||||
# Prevent overheating of the CPU
|
||||
services.thermald.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue