From b6d4ad36827d78c9c2cae548def90f19dc9ab93d Mon Sep 17 00:00:00 2001 From: caem Date: Wed, 9 Apr 2025 01:17:07 +0200 Subject: [PATCH] x220: Set console keyboard layout --- hosts/x220/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/x220/default.nix b/hosts/x220/default.nix index c202450..68eff66 100644 --- a/hosts/x220/default.nix +++ b/hosts/x220/default.nix @@ -8,6 +8,11 @@ time.timeZone = "Europe/Berlin"; + console = { + earlySetup = true; + keyMap = "de"; + }; + networking = { hostName = "x220"; useDHCP = lib.mkDefault true;