From 194c66feb42cc9863ffc742b6cf1f3ad5313b9ed Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 15 Apr 2026 21:57:04 -0400 Subject: [PATCH] fix initrd build --- system/common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/common.nix b/system/common.nix index 5c5657e..064ead3 100644 --- a/system/common.nix +++ b/system/common.nix @@ -277,6 +277,9 @@ 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 = { enable = true; # TODO: proper secrets management so this is not stored in nix store