From 6119b4b57d432de09dcc50ea1460b63d47f169ab Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 23 May 2024 00:58:39 +0200 Subject: ayase: fix bootloader-configuration --- systems/ayase/guix-ayase.org | 6 +++--- systems/ayase/system-configuration.scm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/systems/ayase/guix-ayase.org b/systems/ayase/guix-ayase.org index b1682a0..9fd2acc 100644 --- a/systems/ayase/guix-ayase.org +++ b/systems/ayase/guix-ayase.org @@ -53,9 +53,9 @@ (list marek-account)) (define bootloader - '(bootloader-configuration (bootloader grub-efi-bootloader) - (targets (list "/boot/efi")) - (keyboard-layout keyboard-layout))) + (bootloader-configuration (bootloader grub-efi-bootloader) + (targets (list "/boot/efi")) + (keyboard-layout (keyboard-layout "pl")))) (define main-swap (swap-space (target (uuid "cc6bbf7c-e42a-4ac3-a9ae-3b14d3b4b841")))) diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm index d0f249c..933740a 100644 --- a/systems/ayase/system-configuration.scm +++ b/systems/ayase/system-configuration.scm @@ -43,9 +43,9 @@ (list marek-account)) (define bootloader - '(bootloader-configuration (bootloader grub-efi-bootloader) - (targets (list "/boot/efi")) - (keyboard-layout keyboard-layout))) + (bootloader-configuration (bootloader grub-efi-bootloader) + (targets (list "/boot/efi")) + (keyboard-layout (keyboard-layout "pl")))) (define main-swap (swap-space (target (uuid "cc6bbf7c-e42a-4ac3-a9ae-3b14d3b4b841")))) -- cgit v1.2.3