summaryrefslogtreecommitdiff
path: root/systems/akashi.scm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/akashi.scm')
-rw-r--r--systems/akashi.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm
index 3acf614..4d680b6 100644
--- a/systems/akashi.scm
+++ b/systems/akashi.scm
@@ -37,13 +37,12 @@
(nongnu packages linux)
(suweren system)
(users id1000))
- (let* ((keyboard-layout ((@ (gnu system keyboard) keyboard-layout)
- "pl"))
+ (let* ((patter-placeholder #f)
(timezone* "Europe/Warsaw"))
((@ (gnu system) operating-system)
(inherit (suweren-operating-system))
(kernel linux-libre)
- (bootloader (bootloader-configuration* keyboard-layout))
+ (bootloader (bootloader-configuration* "pl"))
(keyboard-layout keyboard-layout)
(initrd initrd*)
(firmware firmware*)