fix(virt): set console keymap

This commit is contained in:
Khaïs COLIN 2024-08-31 12:32:53 +02:00
parent 3df7c79042
commit a11a2fd362

View file

@ -40,5 +40,6 @@ in
users.users.root.initialPassword = "asunarovow";
networking.domain = "";
nix.allowedUsers = [ "@wheel" "root" ];
console.keyMap = "fr";
system.stateVersion = "23.11";
}