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 + machines/aszlig/managed/tyree.nix | 2 ++ 2 files changed, 3 insertions(+) (limited to 'machines/aszlig/managed') 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). -- cgit 1.4.1