Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
df3eadb4136b46a6a419ef0f2aa02a1dcb3c3e83
/
.
/
modules
/
cpu.nix
blob: 28a52f71f1cc6fb74c5ca563ae7760d27780262a [
file
] [
log
] [
blame
]
{
config
=
{
powerManagement
.
cpuFreqGovernor
=
"ondemand"
;
};
}