mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-09 17:50:24 +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;
|
initrd.systemd.enable = true;
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
# systemd-boot.enable = true;
|
||||||
efi.canTouchEfiVariables = true;
|
# efi.canTouchEfiVariables = true;
|
||||||
# timeout = 0;
|
# timeout = 0;
|
||||||
# grub.enable = true;
|
grub.enable = true;
|
||||||
# grub.device = "nodev";
|
grub.device = "/dev/disk/by-id/ata-Apacer_AS350_512GB_2021012802000028";
|
||||||
# grub.efiSupport = true;
|
# grub.efiSupport = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue