mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
use bios
This commit is contained in:
parent
9f5b9ebe15
commit
e290eef9d9
1 changed files with 4 additions and 4 deletions
|
|
@ -74,11 +74,11 @@ in
|
|||
initrd.systemd.enable = true;
|
||||
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
# systemd-boot.enable = true;
|
||||
# efi.canTouchEfiVariables = true;
|
||||
# timeout = 0;
|
||||
# grub.enable = true;
|
||||
# grub.device = "nodev";
|
||||
grub.enable = true;
|
||||
grub.device = "/dev/disk/by-id/ata-Apacer_AS350_512GB_2021012802000028";
|
||||
# grub.efiSupport = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue