diff --git a/morph/lib/bootstrap-configuration.nix b/morph/lib/bootstrap-configuration.nix index c639fb97b1e598c0f68a8c2e7a9cd6a2d0d9e93e..e26e345780d0d4da2d65e7b79af9c5e445a35e98 100644 --- a/morph/lib/bootstrap-configuration.nix +++ b/morph/lib/bootstrap-configuration.nix @@ -85,7 +85,7 @@ in ]; # Configure the bootloader how we like. - boot.loader.timeout = 1; + boot.loader.timeout = 10; boot.loader.grub.enable = true; boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/disk/by-id/${grubDeviceID}"; diff --git a/nixos/modules/100tb.nix b/nixos/modules/100tb.nix index 1bcb6ba176714ca3cfa5c527450dd9a3bc60684d..a8db0e8be56798e4491033bfaeec3e4d48c01a8f 100644 --- a/nixos/modules/100tb.nix +++ b/nixos/modules/100tb.nix @@ -105,7 +105,7 @@ in { boot.loader.grub.version = 2; boot.loader.grub.device = "/dev/disk/by-id/${cfg.grubDeviceID}"; - boot.loader.timeout = 1; + boot.loader.timeout = 10; networking.firewall.enable = false; networking.hostId = cfg.hostId;