Undervolt CPU and GPU

This commit is contained in:
2022-12-01 04:37:58 +01:00
parent 6dfbc88614
commit 2e7a912294

View File

@@ -50,4 +50,11 @@
systemd.services.thinkfan.preStart = ''
/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;
};
}