mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
updated bootloader
This commit is contained in:
parent
5fd58f8bda
commit
9a0d71a8df
1 changed files with 3 additions and 9 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue