no
This commit is contained in:
parent
f04ec2a417
commit
9d5bfbb3bc
3 changed files with 14 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue