Enable firmware updates
Eelco Dolstra committed
Sep 4, 2013 at 15:23 UTC
761a6d6b22eba269231ab379ceda755e17b83ab9
1 file changed
+2
-1
delft/common.nix
+2
-1
@@ -26,7 +26,8 @@ with pkgs.lib;
26
boot.vesa = false;
27
boot.blacklistedKernelModules = [ "radeonfb" "radeon" "i915" ];
28
29
- boot.initrd.kernelModules = [ "ext4" ];
29
+ hardware.cpu.amd.updateMicrocode = true;
30
+ hardware.cpu.intel.updateMicrocode = true;
31
32
environment.nix = pkgs.nixUnstable;
33