diff --git a/configuration.nix b/configuration.nix index 6086525..94bbd86 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,6 +40,6 @@ in users.users.root.initialPassword = "asunarovow"; networking.domain = ""; nix.allowedUsers = [ "@wheel" "root" ]; - console.keyMap = "fr"; + console.keyMap = "us"; system.stateVersion = "23.11"; }