From f03ae10ccbc166febb1e76eaca5a0199f3e9a247 Mon Sep 17 00:00:00 2001 From: randogoth Date: Mon, 9 Feb 2026 18:39:21 +0100 Subject: [PATCH] removed forced timezone --- modules/system/locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/locale.nix b/modules/system/locale.nix index 63cde90..2f619b6 100644 --- a/modules/system/locale.nix +++ b/modules/system/locale.nix @@ -1,7 +1,7 @@ { ... }: { - time.timeZone = "UTC"; + # time.timeZone = "UTC"; i18n.defaultLocale = "en_US.UTF-8"; console.keyMap = "us";