diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-01 22:47:39 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-10-01 22:47:39 +0200 |
commit | 7154844f4a6ead966b47fb211ab6190859cc488e (patch) | |
tree | 1f4efd7e16a1c8bf5755785ce021252e52531980 /hosts | |
parent | Home: Add calibre* to all hosts (diff) | |
download | nixos-config-7154844f4a6ead966b47fb211ab6190859cc488e.tar.gz nixos-config-7154844f4a6ead966b47fb211ab6190859cc488e.tar.bz2 nixos-config-7154844f4a6ead966b47fb211ab6190859cc488e.zip |
Hosts-separation: Move hardware.cpu.intel.updateMicrocode to host specific config
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
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 |