summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-09-29 15:08:29 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-09-29 15:08:29 +0200
commit134ffd95280fac23e7cbee59f7ca5c848aa12e1b (patch)
treee2dfb3c9e59ac8a146f4c513471978c83678a3e8 /systems
parent2b6d6ac990081b0c55e151a16ede84b8db8239a8 (diff)
refactor(akashi): temporarily hardcode keyboard-layout
Diffstat (limited to 'systems')
-rw-r--r--systems/akashi.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm
index 4d680b6..a941521 100644
--- a/systems/akashi.scm
+++ b/systems/akashi.scm
@@ -43,7 +43,7 @@
(inherit (suweren-operating-system))
(kernel linux-libre)
(bootloader (bootloader-configuration* "pl"))
- (keyboard-layout keyboard-layout)
+ (keyboard-layout "pl")
(initrd initrd*)
(firmware firmware*)
(host-name host-name*)