fix(vnc): reset keymap to us
This commit is contained in:
parent
d62b4a8204
commit
f7d3397b40
1 changed files with 1 additions and 1 deletions
|
|
@ -40,6 +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";
|
console.keyMap = "us";
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue