Enable schedutil

This commit is contained in:
xmm16 2024-12-14 14:32:50 -03:00
commit f8e70d32f4
No known key found for this signature in database

View file

@ -60,6 +60,11 @@
extraArgs = ["-k"];
};
powerManagement = {
enable = true;
cpuFreqGovernor = "schedutil";
};
services.upower = {
enable = true;
usePercentageForPolicy = true;