diff --git a/ada/boot/bootspec.nix b/ada/boot/bootspec.nix new file mode 100644 index 0000000..6761d17 --- /dev/null +++ b/ada/boot/bootspec.nix @@ -0,0 +1,8 @@ +_: { + boot = { + bootspec = { + enable = true; + enableValidation = false; + }; + }; +} diff --git a/ada/default.nix b/ada/default.nix index 38a0838..f84e927 100644 --- a/ada/default.nix +++ b/ada/default.nix @@ -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"