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