From 2b6d6ac990081b0c55e151a16ede84b8db8239a8 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 29 Sep 2024 15:01:52 +0200 Subject: refactor(akashi): deal with bootloader --- systems/akashi.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'systems/akashi.scm') 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*) -- cgit v1.2.3