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"; }