ma fs/sda-crypto: add missing kernel modules, otherwise omo does not boot anymore

This commit is contained in:
makefu 2021-10-30 20:58:12 +02:00
parent c9a12420c3
commit 80101d5488
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -16,8 +16,8 @@
loader.grub.version = 2;
loader.grub.device = lib.mkDefault "/dev/sda";
initrd.luks.cryptoModules = ["aes" "sha512" "sha1" "xts" ];
initrd.availableKernelModules = ["xhci_hcd" "ehci_pci" "ahci" "usb_storage" ];
#initrd.luks.cryptoModules = ["aes" "sha512" "sha1" "xts" ];
initrd.availableKernelModules = ["cbc" "hmac" "sha256" "rng" "aes" "encrypted_keys" "xhci_hcd" "ehci_pci" "ahci" "usb_storage" ];
};
fileSystems = {
"/" = {