diff options
Diffstat (limited to 'modules/boot/options.nix')
| -rw-r--r-- | modules/boot/options.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
