about summary refs log tree commit diff
path: root/hardware
diff options
context:
space:
mode:
Diffstat (limited to 'hardware')
-rw-r--r--hardware/chromebook/hardware.nix1
-rw-r--r--hardware/laptop/hardware.nix2
2 files changed, 3 insertions, 0 deletions
diff --git a/hardware/chromebook/hardware.nix b/hardware/chromebook/hardware.nix
index 85b7227..5fe7a19 100644
--- a/hardware/chromebook/hardware.nix
+++ b/hardware/chromebook/hardware.nix
@@ -39,6 +39,7 @@ in
   };
 
   hardware = {
+    cpu.intel.updateMicrocode = true;
     opengl = {
       enable = true;
       driSupport = true;
diff --git a/hardware/laptop/hardware.nix b/hardware/laptop/hardware.nix
index cbec828..35ac431 100644
--- a/hardware/laptop/hardware.nix
+++ b/hardware/laptop/hardware.nix
@@ -37,6 +37,8 @@ in
   };
 
   hardware = {
+    cpu.intel.updateMicrocode = true;
+
     opengl = {
       enable = true;
       driSupport = true;