set default timezone to UTC

This commit is contained in:
Sébastien Bourdeauducq 2024-10-30 14:10:37 +08:00
parent 7c747b510c
commit 90aebc778e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
console.keyMap = "us";
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "Asia/Hong_Kong";
time.timeZone = "UTC";
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [