diff options
author | Collin J. Doering | 2024-03-21 21:03:40 -0400 |
---|---|---|
committer | Collin J. Doering | 2024-03-21 21:03:40 -0400 |
commit | 41860316d0783c90aedf5784335822cdd7847568 (patch) | |
tree | 2ed4b9f5bd93b93d7b55ad933d6a1718e3182c16 /.guix/guix-na | |
parent | cc7693af38d6a98f15e00927f1de1e1c5a11043e (diff) | |
download | guix-north-america-41860316d0783c90aedf5784335822cdd7847568.tar.gz |
balg02: Use efi bootloader instead of bios
* .guix/guix-na/config/balg02.scm: Correct the above mistake.
Diffstat (limited to '.guix/guix-na')
-rw-r--r-- | .guix/guix-na/config/balg02.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.guix/guix-na/config/balg02.scm b/.guix/guix-na/config/balg02.scm index b52f4be..aeb6644 100644 --- a/.guix/guix-na/config/balg02.scm +++ b/.guix/guix-na/config/balg02.scm @@ -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) |