balg02: Use efi bootloader instead of bios

* .guix/guix-na/config/balg02.scm: Correct the above mistake.
This commit is contained in:
Collin J. Doering 2024-03-21 21:03:40 -04:00
parent cc7693af38
commit 41860316d0
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
(keyboard-layout (keyboard-layout "us"))
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(bootloader grub-efi-bootloader)
(terminal-inputs '(console serial_1))
(terminal-outputs '(console serial_1))
(serial-unit 1)