fix(vnc): reset keymap to us

This commit is contained in:
Khaïs COLIN 2024-09-02 11:36:57 +02:00
parent d62b4a8204
commit f7d3397b40

View file

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