From a3352ff4344bf826136e1582c5a830249c5f0834 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 21 Apr 2018 03:26:34 +0200 Subject: machines: Remove unneeded crypto modules in initrd These were needed a few months ago but they're now automatically added if boot.initrd.luks.devices is non-empty. Signed-off-by: aszlig --- machines/aszlig/managed/shakti.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'machines/aszlig/managed/shakti.nix') diff --git a/machines/aszlig/managed/shakti.nix b/machines/aszlig/managed/shakti.nix index 39575196..24f2b952 100644 --- a/machines/aszlig/managed/shakti.nix +++ b/machines/aszlig/managed/shakti.nix @@ -3,10 +3,6 @@ { boot.loader.efi.canTouchEfiVariables = true; - boot.initrd.availableKernelModules = [ - "aes_x86_64" "af_alg" "algif_skcipher" "cbc" "cryptd" "crypto_simd" - "dm_crypt" "ecb" "gf128mul" "glue_helper" "xts" - ]; boot.initrd.luks.devices = [ { name = "00vault"; device = "/dev/disk/by-uuid/a70f4ff8-e463-42fa-8148-6783dd352f96"; -- cgit 1.4.1