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