summaryrefslogtreecommitdiff
path: root/options.nix
diff options
context:
space:
mode:
Diffstat (limited to 'options.nix')
-rw-r--r--options.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/options.nix b/options.nix
index 7b44c32..abd82e1 100644
--- a/options.nix
+++ b/options.nix
@@ -528,6 +528,17 @@ in {
};
#
+ # Different bootloaders to choose from (system only)
+ #
+ bootloader = {
+ grub.enable = mkEnableOption "Enable the grub boot loader";
+ limine = {
+ enable = mkEnableOption "Enable the limine boot loader";
+ secureBoot.enable = mkEnableOption "Enable secure boot for limine";
+ };
+ };
+
+ #
# Virt/VM programs to enable
#
virt = {