diff --git a/system/core/boot.nix b/system/core/boot.nix index 3851a18..94d56fe 100644 --- a/system/core/boot.nix +++ b/system/core/boot.nix @@ -26,6 +26,8 @@ # systemd-boot on UEFI efi.canTouchEfiVariables = true; systemd-boot.enable = true; + + timeout = 0; }; plymouth.enable = true;