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