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