feat(ada): bootspec init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 00:05:02 +03:00
parent c44e21c8b3
commit f6a3e5e9d7
2 changed files with 9 additions and 2 deletions

8
ada/boot/bootspec.nix Normal file
View file

@ -0,0 +1,8 @@
_: {
boot = {
bootspec = {
enable = true;
enableValidation = false;
};
};
}

View file

@ -1,12 +1,11 @@
{self, ...}: {
imports = [
"${self}/ada/age/rekey.nix"
"${self}/ada/boot/initrd.nix"
"${self}/ada/boot/kernel.nix"
"${self}/ada/boot/lanzaboote.nix"
"${self}/ada/boot/plymouth.nix"
"${self}/ada/boot/tmp.nix"
"${self}/ada/boot/bootspec.nix"
"${self}/ada/boot/loader/systemd-boot.nix"
"${self}/ada/disko/disk.nix"