fix(loader): disabling grub to enable extlinux

This commit is contained in:
2025-09-07 15:27:16 +02:00
parent 38dfeffbe8
commit 6f154ac3b0

View File

@@ -57,7 +57,10 @@ in
})
(mkIf cfg.extlinux.enable {
boot.loader.generic-extlinux-compatible.enable = true;
boot.loader = {
generic-extlinux-compatible.enable = true;
grub.enable = false;
};
})
(mkIf cfg.lanzaboote.enable {