diff --git a/common.nix b/common.nix index aa5b450..2fcc45a 100644 --- a/common.nix +++ b/common.nix @@ -47,7 +47,7 @@ in ############################################################################# # Make boot time quicker - boot.loader.timeout = 1; + boot.loader.timeout = 5; boot.loader.systemd-boot.configurationLimit = 5; systemd.services.NetworkManager-wait-online.enable = false; systemd.services.systemd-udev-settle.enable = false;