From 9a0d71a8df8d90d81aeb549222c6b2e4bc254b0e Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 21 Nov 2024 21:49:22 -0500 Subject: [PATCH] updated bootloader --- src/system/machines/desktop/system.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/system/machines/desktop/system.nix b/src/system/machines/desktop/system.nix index 79332cc..aad080a 100644 --- a/src/system/machines/desktop/system.nix +++ b/src/system/machines/desktop/system.nix @@ -32,22 +32,16 @@ }; boot.loader = { - timeout = null; - #grub = { - # enable = true; - # devices = [ "nodev" ]; - # efiSupport = true; - # configurationLimit = 3; - # splashImage = null; - #}; - systemd-boot = { enable = true; + configurationLimit = 5; + memtest86.enable = true; }; efi = { canTouchEfiVariables = true; }; + timeout = null; }; environment.systemPackages = with pkgs; [