From 3705bb3ef68b56892ec840c23683d5728136b5fa Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 21 Nov 2022 11:34:04 +0100 Subject: ... --- hosts/eostre/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'hosts/eostre/default.nix') diff --git a/hosts/eostre/default.nix b/hosts/eostre/default.nix index 92e4e41c..c8964d99 100644 --- a/hosts/eostre/default.nix +++ b/hosts/eostre/default.nix @@ -4,7 +4,7 @@ with lib; { imports = with flake.nixosModules.systemProfiles; [ - nfsroot + default-locale nfsroot ]; config = { @@ -69,9 +69,8 @@ with lib; system.stateVersion = "22.11"; - time.timeZone = "Europe/Berlin"; + console.keyMap = "us"; time.hardwareClockInLocalTime = true; - i18n.defaultLocale = "en_DK.UTF-8"; environment.systemPackages = with pkgs; [ cifs-utils ]; -- cgit v1.2.3