From 806f697f17214212197f09a8c6aaf6da307e496f Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:41:41 -0600 Subject: merge changes from main --- modules/boot/options.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/boot/options.nix') diff --git a/modules/boot/options.nix b/modules/boot/options.nix index dc6d3b3..2f670f9 100644 --- a/modules/boot/options.nix +++ b/modules/boot/options.nix @@ -8,6 +8,11 @@ in { options = { collinux.boot = { systemd-boot.enable = mkEnableOption "systemd-boot"; + timeout = mkOption { + description = "bootloader timeout"; + type = lib.types.int; + default = 0; + }; plymouth = { enable = mkEnableOption "plymouth bootsplash"; theme = mkOption { -- cgit v1.3.1