Gitiles
Code Review
Sign In
git.clicks.codes
/
Chimera
/
NixFiles
/
82cc5a4fe857a85bf673b15f4d7db1ac20c92938
/
.
/
systems
/
x86_64-linux
/
saurosuchus
/
hardware
/
cpu
/
default.nix
blob: c019598e708f50d925323d8e35f5aa52611dba1d [
file
] [
log
] [
blame
]
PineaFan
44e9808
2024-04-20 20:52:29 +0100
[
diff
] [
blame
]
1
{
lib
,
config
,
...
}:
2
{
3
hardware
.
cpu
.
amd
.
updateMicrocode
=
lib
.
mkDefault config
.
hardware
.
enableRedistributableFirmware
;
4
}