about summary refs log tree commit diff
path: root/machines/devhell/hildr.nix
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-08-25 20:16:33 +0100
committerdevhell <devhell@mailfresser.de>2019-08-25 20:16:33 +0100
commitb52a18ca4a1b27a2fb61b15e2d0e1d467c810ade (patch)
treebc455198d925ee02de2740532bac3680d3b78ab3 /machines/devhell/hildr.nix
parent4a89615866ed4c20e8dfee76ce304389c5a8e252 (diff)
{machines,modules}/devhell: Split updateMicrocode
Most machines are Intel, but not all, therefore we must now apply CPU
microcode updates to different manufacturers explicitly. Something that
needs DRYing, yet again.
Diffstat (limited to 'machines/devhell/hildr.nix')
-rw-r--r--machines/devhell/hildr.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix
index a53bf7fa..9230ca7b 100644
--- a/machines/devhell/hildr.nix
+++ b/machines/devhell/hildr.nix
@@ -24,6 +24,7 @@
   };
 
   hardware = {
+    cpu.intel.updateMicrocode = true;
     opengl = {
       enable = true;
       extraPackages = [ pkgs.libvdpau-va-gl pkgs.vaapiVdpau pkgs.vaapiIntel ];