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