diff options
| author | Baitinq <[email protected]> | 2022-07-24 17:43:00 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-24 17:43:00 +0200 |
| commit | 9bb90c1143adda3e895d97aed8b356c83756bc15 (patch) | |
| tree | 8d2bbcbe0b737ecff9bdfe9dcff7f07f9495f697 | |
| parent | Luna: Add /nix partition as neededForBoot (diff) | |
| download | nixos-config-9bb90c1143adda3e895d97aed8b356c83756bc15.tar.gz nixos-config-9bb90c1143adda3e895d97aed8b356c83756bc15.tar.bz2 nixos-config-9bb90c1143adda3e895d97aed8b356c83756bc15.zip | |
Luna: Add kernel modules to make disk encryption faster
| -rw-r--r-- | hosts/luna/hardware.nix | 2 |
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" ]; |