nixos/extra/intel.nix
2021-02-28 22:16:36 +01:00

5 lines
78 B
Nix

{ config, lib, pkgs, ... }:
{
hardware.cpu.intel.updateMicrocode = true;
}