mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
53b470587f
fix #388
6 lines
137 B
Nix
6 lines
137 B
Nix
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
hardware.cpu.intel.updateMicrocode =
|
|
lib.mkDefault config.hardware.enableRedistributableFirmware;
|
|
}
|