mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
5 lines
125 B
Nix
5 lines
125 B
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
|
}
|