5 lines
125 B
Nix
5 lines
125 B
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
|
}
|