about summary refs log tree commit diff
path: root/profiles/hardware/intel.nix
blob: 756ad9a76fb077f8f566e39d2db9cb86e4e44098 (plain) (blame)
1
2
3
4
5
{ ... }:
{
  hardware.cpu.intel.updateMicrocode = true;
  boot.kernelModules = [ "kvm-intel" ];
}