From 9559f84a1ee790cc14b9e568da9ab90c563863f4 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 28 Sep 2021 11:24:28 +1000 Subject: [PATCH] libem15: removed aes_x86_64 AES Cipher Algorithm --- hardware/purism_librem_15.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hardware/purism_librem_15.nix b/hardware/purism_librem_15.nix index 165cd05..06340e1 100644 --- a/hardware/purism_librem_15.nix +++ b/hardware/purism_librem_15.nix @@ -16,7 +16,6 @@ "usbhid" # USB HID transport layer "usb_storage" # USB Mass Storage support "sd_mod" # SCSI disk support - "aes_x86_64" # AES Cipher Algorithm "aesni_intel" # AES-NI + SSE2 implementation of AEGIS-128 "cryptd" # Software async crypto daemon ];