aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/adam/configuration.nix
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-04-06 11:08:43 +0200
committerLeander Scherer <leander@schererleander.de>2026-04-06 11:08:43 +0200
commitf59810bfea46317d91b09797d09c4fcb7eb77054 (patch)
tree59efd471624882469e99633739380575de5e000e /modules/hosts/adam/configuration.nix
parent222eb7f49a9b326880e6a2c35a5d1ec1c8aa9e83 (diff)
feat(system): add localization module with de keyboard layout
Diffstat (limited to 'modules/hosts/adam/configuration.nix')
-rw-r--r--modules/hosts/adam/configuration.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/hosts/adam/configuration.nix b/modules/hosts/adam/configuration.nix
index c2110d6..e82f885 100644
--- a/modules/hosts/adam/configuration.nix
+++ b/modules/hosts/adam/configuration.nix
@@ -18,21 +18,6 @@
};
};
- # Localisation
- time.timeZone = "Europe/Berlin";
- i18n.defaultLocale = "en_US.UTF-8";
- i18n.extraLocaleSettings = {
- LC_ADDRESS = "de_DE.UTF-8";
- LC_IDENTIFICATION = "de_DE.UTF-8";
- LC_MEASUREMENT = "de_DE.UTF-8";
- LC_MONETARY = "de_DE.UTF-8";
- LC_NAME = "de_DE.UTF-8";
- LC_NUMERIC = "de_DE.UTF-8";
- LC_PAPER = "de_DE.UTF-8";
- LC_TELEPHONE = "de_DE.UTF-8";
- LC_TIME = "de_DE.UTF-8";
- };
-
# Disable waiting for network to be online
systemd.services.NetworkManager-wait-online.enable = false;