Undervolt CPU and GPU

This commit is contained in:
coolneng 2022-12-01 04:37:58 +01:00
parent 6dfbc88614
commit 2e7a912294
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 7 additions and 0 deletions

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;
};
}