From a11a2fd3625690ed8230f6a177d8563cd1500b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sat, 31 Aug 2024 12:32:53 +0200 Subject: [PATCH] fix(virt): set console keymap --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 9e99c76..6086525 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,5 +40,6 @@ in users.users.root.initialPassword = "asunarovow"; networking.domain = ""; nix.allowedUsers = [ "@wheel" "root" ]; + console.keyMap = "fr"; system.stateVersion = "23.11"; }