From 0e744e858ec2bd2ff19d967ceeeb9f725e77d418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Krop=C3=A1=C4=8Dek?= Date: Tue, 11 Mar 2025 00:08:45 +0100 Subject: [PATCH] earlySetup console --- hosts/base/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/base/default.nix b/hosts/base/default.nix index 53ab5a4..cc1b7a0 100644 --- a/hosts/base/default.nix +++ b/hosts/base/default.nix @@ -53,8 +53,10 @@ variant = "bksl"; }; - # Configure console keymap - console.keyMap = "cz-lat2"; + console = { + earlySetup = true; + useXkbConfig = true; + }; # Define a user account. Don't forget to set a password with ‘passwd’. # Replace name with a variable