[Nix-dev] [Nix-commits] SVN commit: nix - r33226 - nixos/trunk/modules/hardware/cpu

Eelco Dolstra eelco.dolstra at logicblox.com
Sun Mar 18 15:05:50 CET 2012


Hi,

On 18/03/12 09:10, Mathijs Kwik wrote:

>    config = mkIf config.hardware.cpu.intel.updateMicrocode {
>      hardware.firmware = [ pkgs.microcodeIntel ];
> -    boot.kernelModules = [ "microcode" ];
> +
> +    # This cannot be done using boot.kernelModules
> +    # discussion at http://lists.science.uu.nl/pipermail/nix-dev/2012-February/007959.html

I've now moved the module loading to udevd's post-start script, which fixes this
issue.

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/


More information about the nix-dev mailing list