about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-24 17:43:00 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-24 17:43:00 +0200
commit9bb90c1143adda3e895d97aed8b356c83756bc15 (patch)
tree8d2bbcbe0b737ecff9bdfe9dcff7f07f9495f697 /hosts
parentLuna: Add /nix partition as neededForBoot (diff)
downloadnixos-config-9bb90c1143adda3e895d97aed8b356c83756bc15.tar.gz
nixos-config-9bb90c1143adda3e895d97aed8b356c83756bc15.tar.bz2
nixos-config-9bb90c1143adda3e895d97aed8b356c83756bc15.zip
Luna: Add kernel modules to make disk encryption faster
Diffstat (limited to 'hosts')
-rw-r--r--hosts/luna/hardware.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix
index ab3a639..386f547 100644
--- a/hosts/luna/hardware.nix
+++ b/hosts/luna/hardware.nix
@@ -7,7 +7,7 @@ in
 
   boot = {
     initrd = {
-      availableKernelModules = [ "xhci_pci" "usb_storage" "sd_mod" "sdhci_acpi" ];
+      availableKernelModules = [ "xhci_pci" "usb_storage" "sd_mod" "sdhci_acpi" "aesni_intel" "cryptd" ];
       kernelModules = [ ];
     };
     kernelModules = [ "kvm_intel" ];