nixos/microcode-amd: Update to early initrd loader

This commit is contained in:
William A. Kennington III 2015-03-25 14:44:36 -07:00
parent 27f355c1e3
commit 86666893f0

View file

@ -22,8 +22,7 @@ with lib;
###### implementation
config = mkIf config.hardware.cpu.amd.updateMicrocode {
hardware.firmware = [ "${pkgs.amdUcode}/lib/firmware" ];
boot.kernelModules = [ "microcode" ];
boot.initrd.prepend = [ "${pkgs.microcodeAmd}/amd-ucode.img" ];
};
}