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