From d91f0a8ad6290ae254f020171813e1bca68425a1 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 5 Feb 2026 12:14:27 +0000 Subject: [PATCH] Update locale.nix --- settings/locale.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings/locale.nix b/settings/locale.nix index 723e2d9..8d07b51 100644 --- a/settings/locale.nix +++ b/settings/locale.nix @@ -3,7 +3,8 @@ { # Set your time zone. -time.timeZone = "Europe/London"; +#time.timeZone = "Europe/London"; +services.automatic-timezoned.enable = true; # Select internationalisation properties. i18n.defaultLocale = "en_GB.UTF-8";