about summary refs log tree commit diff
path: root/machines/aszlig/meshuggah.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/aszlig/meshuggah.nix')
-rw-r--r--machines/aszlig/meshuggah.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/aszlig/meshuggah.nix b/machines/aszlig/meshuggah.nix
index 4a98022d..deb6b122 100644
--- a/machines/aszlig/meshuggah.nix
+++ b/machines/aszlig/meshuggah.nix
@@ -10,6 +10,8 @@
   boot.loader.efi.canTouchEfiVariables = true;
   boot.loader.systemd-boot.enable = true;
 
+  hardware.cpu.intel.updateMicrocode = true;
+
   networking.hostName = "meshuggah";
 
   nix.maxJobs = 2;