fix(virt): set console keymap
This commit is contained in:
parent
3df7c79042
commit
a11a2fd362
1 changed files with 1 additions and 0 deletions
|
|
@ -40,5 +40,6 @@ in
|
||||||
users.users.root.initialPassword = "asunarovow";
|
users.users.root.initialPassword = "asunarovow";
|
||||||
networking.domain = "";
|
networking.domain = "";
|
||||||
nix.allowedUsers = [ "@wheel" "root" ];
|
nix.allowedUsers = [ "@wheel" "root" ];
|
||||||
|
console.keyMap = "fr";
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue