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