Prevent overheating of the CPU with thermald

This commit is contained in:
coolneng 2023-01-13 19:31:22 +01:00
parent e99d6301ea
commit fb2467cd2e
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -45,4 +45,7 @@
coreOffset = -100;
gpuOffset = -75;
};
# Prevent overheating of the CPU
services.thermald.enable = true;
}