Tweak undervolt settings

This commit is contained in:
coolneng 2022-12-03 14:08:49 +01:00
parent 2e7a912294
commit a2dd22a7a1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
# Undervolt CPU and GPU
services.undervolt = {
enable = true;
coreOffset = -120;
gpuOffset = -120;
coreOffset = -100;
gpuOffset = -75;
};
}