about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/aszlig/managed/brawndo.nix1
-rw-r--r--machines/aszlig/managed/tyree.nix2
-rw-r--r--modules/user/aszlig/profiles/managed.nix1
3 files changed, 3 insertions, 1 deletions
diff --git a/machines/aszlig/managed/brawndo.nix b/machines/aszlig/managed/brawndo.nix
index b451f7fb..44bc4633 100644
--- a/machines/aszlig/managed/brawndo.nix
+++ b/machines/aszlig/managed/brawndo.nix
@@ -27,6 +27,7 @@ in {
   };
 
   hardware.enableAllFirmware = true;
+  hardware.cpu.intel.updateMicrocode = true;
 
   networking.hostName = "brawndo";
 
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 9d9ca3e2..71c1dd25 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -30,6 +30,8 @@
   networking.hostName = "tyree";
   networking.useNetworkd = true;
 
+  hardware.cpu.intel.updateMicrocode = true;
+
   nix.maxJobs = 4;
 
   # English within the shell, German otherwise (like in KDE).
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index 15267373..4f263dbb 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -73,7 +73,6 @@ in {
       unfreeAndNonDistributablePkgs.hplipWithPlugin
     ];
 
-    hardware.cpu.intel.updateMicrocode = true;
     hardware.opengl.s3tcSupport = true;
     hardware.opengl.driSupport32Bit = true;
     hardware.pulseaudio.enable = true;