From 134ffd95280fac23e7cbee59f7ca5c848aa12e1b Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 29 Sep 2024 15:08:29 +0200 Subject: refactor(akashi): temporarily hardcode keyboard-layout --- systems/akashi.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems') 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*) -- cgit v1.2.3