From f86f4dd25d7208a24cd11e3e8bbfedaa5afdaf78 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Thu, 26 Feb 2026 17:23:51 +0000 Subject: [PATCH] added automatic timezone detection service --- modules/locale.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/locale.nix b/modules/locale.nix index b0ccf60..9ee16d5 100644 --- a/modules/locale.nix +++ b/modules/locale.nix @@ -1,5 +1,6 @@ _: { + services.automatic-timezoned.enable = true; i18n.defaultLocale = "en_GB.UTF-8"; i18n.ExtraLocaleSettings = { LC_ADDRESS = "en_GB.UTF-8";