From f7d3397b4030643102497501853918a0755bb31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Mon, 2 Sep 2024 11:36:57 +0200 Subject: [PATCH] fix(vnc): reset keymap to us --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 6086525..94bbd86 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,6 +40,6 @@ in users.users.root.initialPassword = "asunarovow"; networking.domain = ""; nix.allowedUsers = [ "@wheel" "root" ]; - console.keyMap = "fr"; + console.keyMap = "us"; system.stateVersion = "23.11"; }