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