diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 15:01:52 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 15:01:52 +0200 |
commit | 2b6d6ac990081b0c55e151a16ede84b8db8239a8 (patch) | |
tree | b407800100d2793f3dcda20954ba6da29c2f8338 /systems | |
parent | d6779093038984b188adc69b2191a9d850b7b507 (diff) |
refactor(akashi): deal with bootloader
Diffstat (limited to 'systems')
-rw-r--r-- | systems/akashi.scm | 5 |
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*) |