Unverified Commit 33849bdf authored by Jared Baur's avatar Jared Baur Committed by GitHub
Browse files

Crypto kernel modules cleanup (#468804)

parents 96ca3529 55670124
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -647,6 +647,8 @@ in
        "sha512"
        "af_alg"
        "algif_skcipher"
        "cryptd"
        "input_leds" # for capslock LED on most keyboards in case decryption requires password
      ];
      description = ''
        A list of cryptographic kernel modules needed to decrypt the root device(s).
@@ -1135,8 +1137,6 @@ in
    boot.initrd.availableKernelModules = [
      "dm_mod"
      "dm_crypt"
      "cryptd"
      "input_leds"
    ]
    ++ luks.cryptoModules
    # workaround until https://marc.info/?l=linux-crypto-vger&m=148783562211457&w=4 is merged