fix initrd build
Some checks failed
Build / build (push) Failing after 2m10s

This commit is contained in:
2026-04-15 21:57:04 -04:00
parent 7ab17f132e
commit 194c66feb4

View File

@@ -277,6 +277,9 @@
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)
initrd.includeDefaultModules = false;
lanzaboote = { lanzaboote = {
enable = true; enable = true;
# TODO: proper secrets management so this is not stored in nix store # TODO: proper secrets management so this is not stored in nix store