reNixos/ada/boot/bootspec.nix
s0me1newithhand7s f6a3e5e9d7 feat(ada): bootspec init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 00:05:02 +03:00

8 lines
100 B
Nix

_: {
boot = {
bootspec = {
enable = true;
enableValidation = false;
};
};
}