1

Moduls/Bootloader: Add lanzaboote option

This commit is contained in:
2025-08-16 11:50:16 +02:00
parent 815387a87e
commit 69a685774d
2 changed files with 17 additions and 0 deletions

View File

@ -9,6 +9,7 @@
type = lib.types.enum [
"grub"
"systemd-boot"
"lanzaboote"
];
description = "What boot loader to use";
example = "systemd-boot";