Prevent overheating of the CPU with thermald

This commit is contained in:
2023-01-13 19:31:22 +01:00
parent e99d6301ea
commit fb2467cd2e

View File

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