about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-10-31 16:17:30 +0100
committerProfpatsch <mail@profpatsch.de>2017-10-31 16:21:58 +0100
commit755640ca479a0a0ac62fdb446f2882c1aeeb5116 (patch)
treec1590cfcc82200e068bd934eb1266350bb810775 /machines/profpatsch/base-workstation.nix
parentc973de63f3beebcaa8de35b1b7b1db163458158d (diff)
machines/katara: Update microcode
My wifi module broke, because the microcode was too old and that option not set.
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index d73d7cd8..9b572671 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -19,6 +19,8 @@ in {
       grub.version = 2;
     };
 
+    hardware.cpu.intel.updateMicrocode = true;
+
     networking = {
       firewall.enable = false;
     };