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