mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
6 lines
129 B
Nix
6 lines
129 B
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
hardware.cpu.amd.updateMicrocode =
|
|
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
|
}
|