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;
};
};
}