diff --git a/hosts/nishimiya.nix b/hosts/nishimiya.nix index 5157bd1..5fbf8de 100644 --- a/hosts/nishimiya.nix +++ b/hosts/nishimiya.nix @@ -19,10 +19,11 @@ boot = { initrd = { availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "sdhci_pci" + "aesni-intel" # NOTE: See https://github.com/NixOS/nixos-hardware/blob/master/common/pc/laptop/acpi_call.nix #"acpi_call" ]; ]; - kernelModules = [ "dm-snapshot" ]; + kernelModules = [ "dm-snapshot" "aesni-intel" ]; luks.devices = { cryptroot = { device = "/dev/disk/by-uuid/e1011c40-e1a9-4ce6-b89f-f14b046639c1";