mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -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 = {
|
boot.loader = {
|
||||||
timeout = null;
|
|
||||||
#grub = {
|
|
||||||
# enable = true;
|
|
||||||
# devices = [ "nodev" ];
|
|
||||||
# efiSupport = true;
|
|
||||||
# configurationLimit = 3;
|
|
||||||
# splashImage = null;
|
|
||||||
#};
|
|
||||||
|
|
||||||
systemd-boot = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
configurationLimit = 5;
|
||||||
|
memtest86.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
|
timeout = null;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue