initrd: fix module loading
Some checks failed
Build / build (push) Failing after 4m55s
Some checks failed
Build / build (push) Failing after 4m55s
This commit is contained in:
@@ -277,8 +277,8 @@
|
|||||||
lib.filter (m: m != "aes_generic") options.boot.initrd.luks.cryptoModules.default
|
lib.filter (m: m != "aes_generic") options.boot.initrd.luks.cryptoModules.default
|
||||||
);
|
);
|
||||||
|
|
||||||
# don't pull legacy ATA modules into initrd (ATA_SFF=n)
|
# some default initrd modules (ata_piix etc) don't exist with ATA_SFF=n
|
||||||
initrd.includeDefaultModules = false;
|
initrd.allowMissingModules = true;
|
||||||
|
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user