about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-01 22:47:39 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-10-01 22:47:39 +0200
commit7154844f4a6ead966b47fb211ab6190859cc488e (patch)
tree1f4efd7e16a1c8bf5755785ce021252e52531980 /hosts
parentHome: Add calibre* to all hosts (diff)
downloadnixos-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.nix5
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