diff --git a/common.nix b/common.nix index 3dec3ff..1d12508 100644 --- a/common.nix +++ b/common.nix @@ -47,7 +47,8 @@ in ############################################################################# # Make boot time quicker - boot.loader.timeout = 0; + boot.loader.timeout = 1; + boot.loader.systemd-boot.configurationLimit = 5; systemd.services.NetworkManager-wait-online.enable = false; systemd.services.systemd-udev-settle.enable = false; systemd.services.firewall = {