From 70c11792b404a604897fb46eaff5063942104a45 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 6 Apr 2025 22:34:11 +0200 Subject: [PATCH] temperance/confoguration.nix: change console keyMap to us --- hosts/temperance/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index f117583..e83bf4a 100644 --- a/hosts/temperance/configuration.nix +++ b/hosts/temperance/configuration.nix @@ -25,7 +25,7 @@ in { time.timeZone = "Europe/Zurich"; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; - console.keyMap = "uk"; + console.keyMap = "us"; security.polkit.enable = true; # boot.kernelPackages = pkgs.linuxPackagesFor xanmod_blox;