nix-config/common/boot/firmware.nix
2021-02-23 21:34:29 -05:00

7 lines
107 B
Nix

{ config, pkgs, ... }:
{
hardware.cpu.intel.updateMicrocode = true;
# services.fwupd.enable = true;
}