From ede9a9a612d87328494dfc9459b84f10f5975c74 Mon Sep 17 00:00:00 2001 From: madmin Date: Thu, 18 Jul 2024 00:33:55 +0200 Subject: [PATCH] fix(time_locale): typo l -> L --- systems/common/core/time_locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/common/core/time_locale.nix b/systems/common/core/time_locale.nix index 2187bd2..51b7505 100644 --- a/systems/common/core/time_locale.nix +++ b/systems/common/core/time_locale.nix @@ -1,5 +1,5 @@ { - time.timezone = "Europe/Paris"; + time.timeZone = "Europe/Paris"; i18n.defaultLocale = "en_GB.UTF-8"; i18n.extraLocaleSettings = {