~ruther/guix-config

f035a21e9d76a69284df169e42dfa2163729f739 — Rutherther 6 months ago 595ee4f
feat: use grub efi copy bootloader
1 files changed, 3 insertions(+), 2 deletions(-)

M config.scm
M config.scm => config.scm +3 -2
@@ 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)))


Do not follow this link