From d8197fdb50fb5687e1a3bf14b3272be72b382471 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Thu, 20 Feb 2025 08:41:47 +0100 Subject: [PATCH] hosts: update console.keyMap from de to uk --- hosts/hermit/configuration.nix | 2 +- hosts/temperance/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index fe9fdfd..a56022f 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -7,7 +7,7 @@ time.timeZone = "Europe/Zurich"; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; - console.keyMap = "de"; + console.keyMap = "uk"; security.polkit.enable = true; programs.kdeconnect.enable = true; programs.nix-ld.enable = false; diff --git a/hosts/temperance/configuration.nix b/hosts/temperance/configuration.nix index 27e5b47..382176f 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 = "de"; + console.keyMap = "uk"; security.polkit.enable = true; # boot.kernelPackages = pkgs.linuxPackagesFor xanmod_blox;