summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--systems/ayase/guix-ayase.org6
-rw-r--r--systems/ayase/system-configuration.scm6
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"))))