diff --git a/system/default.nix b/system/default.nix index d192e670..7dc960da 100644 --- a/system/default.nix +++ b/system/default.nix @@ -89,7 +89,7 @@ with mylib.networking; { # plymouth.enable = true; loader = { - timeout = null; + timeout = 120; systemd-boot.enable = true; systemd-boot.configurationLimit = 5; systemd-boot.editor = false;