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