Undervolt CPU and GPU
This commit is contained in:
parent
6dfbc88614
commit
2e7a912294
|
@ -50,4 +50,11 @@
|
||||||
systemd.services.thinkfan.preStart = ''
|
systemd.services.thinkfan.preStart = ''
|
||||||
/run/current-system/sw/bin/modprobe -r thinkpad_acpi && /run/current-system/sw/bin/modprobe thinkpad_acpi
|
/run/current-system/sw/bin/modprobe -r thinkpad_acpi && /run/current-system/sw/bin/modprobe thinkpad_acpi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Undervolt CPU and GPU
|
||||||
|
services.undervolt = {
|
||||||
|
enable = true;
|
||||||
|
coreOffset = -120;
|
||||||
|
gpuOffset = -120;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue