about summary refs log tree commit diff
path: root/hosts/common/hardware/intel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/hardware/intel.nix')
-rw-r--r--hosts/common/hardware/intel.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/common/hardware/intel.nix b/hosts/common/hardware/intel.nix
new file mode 100644
index 0000000..ac279fb
--- /dev/null
+++ b/hosts/common/hardware/intel.nix
@@ -0,0 +1,4 @@
+{
+  hardware.cpu.intel.updateMicrocode = true;
+  boot.kernelModules = [ "kvm-intel" ];
+}