diff --git a/config.org b/config.org index 7053ea7..4e22840 100644 --- a/config.org +++ b/config.org @@ -195,7 +195,7 @@ This is the full operating system specification. (keyboard-layout "de" #:options '("caps:swapescape"))) (bootloader (bootloader-configuration - (bootloader grup-efi-bootloader) + (bootloader grub-efi-bootloader) (targets '("/boot/efi")) (keyboard-layout keyboard-layout))) diff --git a/config.scm b/config.scm index 2d5da45..079f4ee 100644 --- a/config.scm +++ b/config.scm @@ -45,7 +45,7 @@ (keyboard-layout "de" #:options '("caps:swapescape"))) (bootloader (bootloader-configuration - (bootloader grup-efi-bootloader) + (bootloader grub-efi-bootloader) (targets '("/boot/efi")) (keyboard-layout keyboard-layout)))