From f035a21e9d76a69284df169e42dfa2163729f739 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 22 Sep 2024 17:39:48 +0200 Subject: [PATCH] feat: use grub efi copy bootloader --- config.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.scm b/config.scm index bc9b270..e8e2f3f 100644 --- a/config.scm +++ b/config.scm @@ -8,7 +8,8 @@ (nongnu system linux-initrd) (gnu) (gnu system nss) - (guix utils)) + (guix utils) + (ruther bootloader grub)) (use-service-modules desktop sddm xorg base nix pm virtualization vpn sound dbus cups) (use-package-modules gnome package-management shells networking wm vim wget curl bash compression glib linux) @@ -28,7 +29,7 @@ ;; Use the UEFI variant of GRUB with the EFI System ;; Partition mounted on /boot/efi. (bootloader (bootloader-configuration - (bootloader grub-efi-bootloader) + (bootloader grub-efi-copy-bootloader) (targets '("/boot")) (keyboard-layout keyboard-layout))) -- 2.48.1