summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel/hw.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel/hw.nix b/hel/hw.nix
index 6d7c316b..b540ab77 100644
--- a/hel/hw.nix
+++ b/hel/hw.nix
@@ -31,4 +31,6 @@
31 sensitivity = 255; 31 sensitivity = 255;
32 speed = 160; 32 speed = 160;
33 }; 33 };
34
35 hardware.cpu.intel.updateMicrocode = true;
34} 36}