Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
6038e9f06de7a783fb78672917697490e659d822
/
.
/
modules
/
cpu.nix
blob: 28a52f71f1cc6fb74c5ca563ae7760d27780262a [
file
] [
log
] [
blame
]
Skyler Grey
f4a835a
2022-08-20 22:30:48 +0100
[
diff
] [
blame
]
1
{
2
config
=
{
3
powerManagement
.
cpuFreqGovernor
=
"ondemand"
;
4
};
5
}