home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9c20845bf292cee0f521caa089a15795c0de05ff
parent d4f191fceb7ecb9604562d24b472bbec4aa479ae
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 25 Jan 2021 10:34:25 +0100

systems/hardware: remove aes_x86_64 😅

It has been removed in kernel > 5.4 so… it will fail on upgrade if we
don't remove this.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hardware/thinkpad.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/systems/hardware/thinkpad.nix b/systems/hardware/thinkpad.nix @@ -15,7 +15,7 @@ in options snd_hda_intel power_save=1 ''; initrd = { - availableKernelModules = [ "ehci_pci" "ahci" "xhci_pci" "usb_storage" "sd_mod" "sdhci_pci" "aesni-intel" "aes_x86_64" "cryptd" ]; + availableKernelModules = [ "ehci_pci" "ahci" "xhci_pci" "usb_storage" "sd_mod" "sdhci_pci" "aesni-intel" "cryptd" ]; }; kernelModules = [ "kvm_intel" ]; kernelParams = [