From a0a81309cb2c140a38ff51e5f5ce755188c8c910 Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 6 Apr 2024 14:10:24 +0200 Subject: [PATCH] materusPC: change console settings --- configurations/host/materusPC/tmp.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configurations/host/materusPC/tmp.nix b/configurations/host/materusPC/tmp.nix index c44ec93..9040409 100644 --- a/configurations/host/materusPC/tmp.nix +++ b/configurations/host/materusPC/tmp.nix @@ -29,9 +29,10 @@ i18n.defaultLocale = "pl_PL.UTF-8"; services.xserver.xkb.layout = "pl"; console = { + enable = true; + earlySetup = true; font = "lat2-16"; - # keyMap = "pl"; - useXkbConfig = true; # use xkbOptions in tty. + keyMap = "pl"; }; services.xserver.enable = true;