Gitiles
Code Review
Sign In
git.clicks.codes
/
Chimera
/
NixFiles
/
2e42e67ebd2ad5af8387588ff127a9d66719b198
/
.
/
systems
/
x86_64-linux
/
greylag
/
cpu
/
default.nix
blob: 589baa06eee142fc0a389bd40f67c194df5617c3 [
file
] [
log
] [
blame
]
{
config
,
...
}:
{
powerManagement
.
cpuFreqGovernor
=
"powersave"
;
hardware
.
cpu
.
intel
.
updateMicrocode
=
config
.
hardware
.
enableRedistributableFirmware
;
}