about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-06-26 18:26:54 +0200
committerProfpatsch <mail@profpatsch.de>2022-06-26 18:52:37 +0200
commitd7c905b69020a46e8f549ae86b77eb884f89ed68 (patch)
treec56c1d67fd1d4f647670e93bd81e718b6fb671d6 /machines/profpatsch
parent8cfd13c077ea127423dd2122ca6404ce039076b6 (diff)
modules/hardware/thinkpad: Default intel.updateMicrocode to true
Not updating the microcode on thinkpads is kind of a death sentence
for some kernel updates, so let’s do it by default.

In case somebody uses it for an AMD thinkpad in the future, we might
have to check whether the option creates a problem.
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/base-workstation.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index a48c18b4..d8deeb62 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -14,11 +14,6 @@ in {
 
   config = {
 
-    ###########
-    # Hardware
-
-    hardware.cpu.intel.updateMicrocode = true;
-
     networking = {
       # better for untrusted networks
       firewall = {