about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2019-06-12 05:05:38 +0000
committerGitHub <noreply@github.com>2019-06-12 05:05:38 +0000
commit9b2ee2c0573db815572dfa5a076bf73aa77edf56 (patch)
tree0d0393bd0357d28d145f6f1b068dab7db85392ab /nixos/modules/system
parente4612862d20ca0d44421f03cae672bcfdc39f218 (diff)
parentc51786bd5dab8156956852342594a1d43a6985da (diff)
downloadnixlib-9b2ee2c0573db815572dfa5a076bf73aa77edf56.tar
nixlib-9b2ee2c0573db815572dfa5a076bf73aa77edf56.tar.gz
nixlib-9b2ee2c0573db815572dfa5a076bf73aa77edf56.tar.bz2
nixlib-9b2ee2c0573db815572dfa5a076bf73aa77edf56.tar.lz
nixlib-9b2ee2c0573db815572dfa5a076bf73aa77edf56.tar.xz
nixlib-9b2ee2c0573db815572dfa5a076bf73aa77edf56.tar.zst
nixlib-9b2ee2c0573db815572dfa5a076bf73aa77edf56.zip
Merge pull request #62838 from mayflower/fix/cryptsetup-kernel-crypto
cryptsetup: enable kernel crypto api support again
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/luksroot.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix
index 9dcb683eff43..b5c8d5241a3d 100644
--- a/nixos/modules/system/boot/luksroot.nix
+++ b/nixos/modules/system/boot/luksroot.nix
@@ -438,6 +438,7 @@ in
       default =
         [ "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")
         ];