feat(ookst480s): add min/max cpu freq
This commit is contained in:
parent
776f44f0bb
commit
6f85dd1212
1 changed files with 11 additions and 0 deletions
|
|
@ -14,6 +14,17 @@
|
||||||
shell.fish.enable = true;
|
shell.fish.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemModules.laptop.power = {
|
||||||
|
powersave = {
|
||||||
|
minFreq = 800;
|
||||||
|
maxFreq = 1800;
|
||||||
|
};
|
||||||
|
performance = {
|
||||||
|
minFreq = 1800;
|
||||||
|
maxFreq = 3600;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "ookst480s";
|
hostName = "ookst480s";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue