about summary refs log tree commit diff
path: root/machines/aszlig/managed
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-04-12 15:01:18 +0200
committeraszlig <aszlig@nix.build>2018-04-12 15:20:09 +0200
commit4a38b77ee820f0c729bd0ba154fb9b319e5d58f9 (patch)
treec1062e12e85359d67cb1b856bdf355b7c90d6c62 /machines/aszlig/managed
parentc6e10fd4c3bb871d9e60088f69635de531d0c881 (diff)
profiles/managed: Move updateMicrocode to machines
This is clearly something that is specific to the actual hardware, so
even though both brawndo and tyree share the same CPU vendor, we will
have a third managed machine that is going to be different.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'machines/aszlig/managed')
-rw-r--r--machines/aszlig/managed/brawndo.nix1
-rw-r--r--machines/aszlig/managed/tyree.nix2
2 files changed, 3 insertions, 0 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).