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