0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge pull request #85074 from Emantor/fix/boot_kernel_module

boot.initrd.luks: remove x86_64/i586 AES modules
This commit is contained in:
Franz Pletz 2020-07-11 19:20:32 +02:00 committed by GitHub
commit a8fd3c7edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -473,8 +473,6 @@ in
[ "aes" "aes_generic" "blowfish" "twofish"
"serpent" "cbc" "xts" "lrw" "sha1" "sha256" "sha512"
"af_alg" "algif_skcipher"
(if pkgs.stdenv.hostPlatform.system == "x86_64-linux" then "aes_x86_64" else "aes_i586")
];
description = ''
A list of cryptographic kernel modules needed to decrypt the root device(s).