From 4a38b77ee820f0c729bd0ba154fb9b319e5d58f9 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 12 Apr 2018 15:01:18 +0200 Subject: 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 --- machines/aszlig/managed/brawndo.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines/aszlig/managed/brawndo.nix') 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"; -- cgit 1.4.1