diff --git a/modules/system/boot/module.nix b/modules/system/boot/module.nix index 9c9214b..594308f 100644 --- a/modules/system/boot/module.nix +++ b/modules/system/boot/module.nix @@ -31,6 +31,8 @@ in { }; loader = { efi.canTouchEfiVariables = true; + # I love spamming space + timeout = 0; systemd-boot = { enable = cfg.systemd-boot.enable; editor = mkForce false;