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