updated bootloader

This commit is contained in:
Bryan Ramos 2024-11-21 21:49:22 -05:00
parent 5fd58f8bda
commit 9a0d71a8df
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -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; [