Hi Eelco,

 > Do you (and others with this problem) have the boot.initrd.kernelModules
 > option set in configuration.nix?  If so, what's the value?

  boot.initrd.kernelModules = [
    # Specify all kernel modules that are necessary for mounting the root
    # file system.
    "dm_crypt" "dm_mod"
    "sha256_generic"
    "aes_x86_64" "aes_generic"
    "cbc"
  ];

  boot.blacklistedKernelModules = [ "snd_pcsp" "pcspkr" ];

Take care,
Peter

_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to