Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
ebd5a8eea9d75f9fde11f046a29afb6040a8f3f8
/
.
/
modules
/
cpu.nix
blob: 28a52f71f1cc6fb74c5ca563ae7760d27780262a [
file
] [
log
] [
blame
]
Skyler Grey
f4a835a
2022-08-20 22:30:48 +0100
[
diff
] [
blame
]
1
{
2
config
=
{
3
powerManagement
.
cpuFreqGovernor
=
"ondemand"
;
4
};
5
}