aboutsummaryrefslogtreecommitdiff
path: root/profiles/hardware/intel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardware/intel.nix')
-rw-r--r--profiles/hardware/intel.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/hardware/intel.nix b/profiles/hardware/intel.nix
new file mode 100644
index 0000000..756ad9a
--- /dev/null
+++ b/profiles/hardware/intel.nix
@@ -0,0 +1,5 @@
+{ ... }:
+{
+ hardware.cpu.intel.updateMicrocode = true;
+ boot.kernelModules = [ "kvm-intel" ];
+}