From 7154844f4a6ead966b47fb211ab6190859cc488e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 1 Oct 2022 22:47:39 +0200 Subject: Hosts-separation: Move hardware.cpu.intel.updateMicrocode to host specific config --- hosts/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 4a34c39..0a6c2d5 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -187,10 +187,7 @@ }; }; - hardware = { - enableRedistributableFirmware = true; - cpu.intel.updateMicrocode = true; - }; + hardware.enableRedistributableFirmware = true; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions -- cgit 1.4.1