feat(ookst480s): add min/max cpu freq

This commit is contained in:
ooks-io 2024-04-07 23:40:26 +12:00
parent 776f44f0bb
commit 6f85dd1212

View file

@ -14,6 +14,17 @@
shell.fish.enable = true;
};
systemModules.laptop.power = {
powersave = {
minFreq = 800;
maxFreq = 1800;
};
performance = {
minFreq = 1800;
maxFreq = 3600;
};
};
networking = {
hostName = "ookst480s";
};