flake/machines/nixos/hardware/cpu/intel.nix

5 lines
135 B
Nix
Executable file

{...}: {
boot.kernelModules = ["kvm-intel"];
hardware.cpu.intel.updateMicrocode = true;
nixpkgs.hostPlatform = "x86_64-linux";
}