Enable schedutil
This commit is contained in:
parent
3af3b5dbc4
commit
f8e70d32f4
1 changed files with 5 additions and 0 deletions
|
@ -60,6 +60,11 @@
|
|||
extraArgs = ["-k"];
|
||||
};
|
||||
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
cpuFreqGovernor = "schedutil";
|
||||
};
|
||||
|
||||
services.upower = {
|
||||
enable = true;
|
||||
usePercentageForPolicy = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue