Gitiles
Code Review
Sign In
git.clicks.codes
/
Chimera
/
NixFiles
/
33e86639cbee5c8067b178adb140d5cd36a9bd43
/
.
/
systems
/
x86_64-linux
/
saurosuchus
/
hardware
/
cpu
/
default.nix
blob: c019598e708f50d925323d8e35f5aa52611dba1d [
file
] [
log
] [
blame
]
{
lib
,
config
,
...
}:
{
hardware
.
cpu
.
amd
.
updateMicrocode
=
lib
.
mkDefault config
.
hardware
.
enableRedistributableFirmware
;
}