summary refs log tree commit diff
path: root/nixos/modules/system/boot/luksroot.nix
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2020-07-11 19:20:32 +0200
committerGitHub <noreply@github.com>2020-07-11 19:20:32 +0200
commita8fd3c7edddcd51e833d3ad1f2fdf3174e608902 (patch)
treea27870aa37e8ab307260024168941fb0bfd48e85 /nixos/modules/system/boot/luksroot.nix
parent67504da51e8333cc855b03b4671c3f0d06fd31c3 (diff)
parent61da203324125f1969da086cb297c1ecd76350a6 (diff)
downloadnixpkgs-a8fd3c7edddcd51e833d3ad1f2fdf3174e608902.tar
nixpkgs-a8fd3c7edddcd51e833d3ad1f2fdf3174e608902.tar.gz
nixpkgs-a8fd3c7edddcd51e833d3ad1f2fdf3174e608902.tar.bz2
nixpkgs-a8fd3c7edddcd51e833d3ad1f2fdf3174e608902.tar.lz
nixpkgs-a8fd3c7edddcd51e833d3ad1f2fdf3174e608902.tar.xz
nixpkgs-a8fd3c7edddcd51e833d3ad1f2fdf3174e608902.tar.zst
nixpkgs-a8fd3c7edddcd51e833d3ad1f2fdf3174e608902.zip
Merge pull request #85074 from Emantor/fix/boot_kernel_module
boot.initrd.luks: remove x86_64/i586 AES modules
Diffstat (limited to 'nixos/modules/system/boot/luksroot.nix')
-rw-r--r--nixos/modules/system/boot/luksroot.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix
index b8684b981dd..166f89c7066 100644
--- a/nixos/modules/system/boot/luksroot.nix
+++ b/nixos/modules/system/boot/luksroot.nix
@@ -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).