about summary refs log tree commit diff
path: root/modules
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 /modules
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 'modules')
-rw-r--r--modules/user/aszlig/profiles/managed.nix1
1 files changed, 0 insertions, 1 deletions
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;