about summary refs log tree commit diff
path: root/modules/user/openlab
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2016-07-15 13:59:31 +0200
committerProfpatsch <mail@profpatsch.de>2016-07-15 14:07:18 +0200
commitcad5d26199153d02c7b73e676585cc112dfae615 (patch)
tree4a9c79f038d867dd85abf9210ad267d226c2970d /modules/user/openlab
parent02b2af62096f88078a4099aab1fa2f5950be3237 (diff)
modules/labtops/base: shorter grub screen
Diffstat (limited to 'modules/user/openlab')
-rw-r--r--modules/user/openlab/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/openlab/base.nix b/modules/user/openlab/base.nix
index 70d8ee5c..8e09c4e8 100644
--- a/modules/user/openlab/base.nix
+++ b/modules/user/openlab/base.nix
@@ -14,6 +14,7 @@ in
 
   config = mkIf cfg.enable {
     boot.loader.grub.device = mkDefault "/dev/sda";
+    boot.loader.timeout = 2;
 
     fileSystems."/" = mkDefault {
       device = "/dev/disk/by-label/labtop";