feat(ada): bootspec init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
c44e21c8b3
commit
f6a3e5e9d7
2 changed files with 9 additions and 2 deletions
8
ada/boot/bootspec.nix
Normal file
8
ada/boot/bootspec.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
_: {
|
||||
boot = {
|
||||
bootspec = {
|
||||
enable = true;
|
||||
enableValidation = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue