This commit is contained in:
KaitoTLex 2024-12-27 20:52:26 +08:00
parent f04ec2a417
commit 9d5bfbb3bc
3 changed files with 14 additions and 4 deletions

View file

@ -4,6 +4,7 @@
{
config,
pkgs,
lib,
...
}:
{
@ -113,7 +114,8 @@
};
# Set your time zone.
time.timeZone = "America/Los_Angeles";
time.timeZone = "Asia/Taipei"; # lib.mkDefault
#services.automatic-timezoned.enable = true;
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";