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