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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -1,12 +1,11 @@
|
||||||
{self, ...}: {
|
{self, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
"${self}/ada/age/rekey.nix"
|
|
||||||
|
|
||||||
"${self}/ada/boot/initrd.nix"
|
"${self}/ada/boot/initrd.nix"
|
||||||
"${self}/ada/boot/kernel.nix"
|
"${self}/ada/boot/kernel.nix"
|
||||||
"${self}/ada/boot/lanzaboote.nix"
|
"${self}/ada/boot/lanzaboote.nix"
|
||||||
"${self}/ada/boot/plymouth.nix"
|
"${self}/ada/boot/plymouth.nix"
|
||||||
"${self}/ada/boot/tmp.nix"
|
"${self}/ada/boot/tmp.nix"
|
||||||
|
"${self}/ada/boot/bootspec.nix"
|
||||||
"${self}/ada/boot/loader/systemd-boot.nix"
|
"${self}/ada/boot/loader/systemd-boot.nix"
|
||||||
|
|
||||||
"${self}/ada/disko/disk.nix"
|
"${self}/ada/disko/disk.nix"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue