forked from M-Labs/defenestrate
set default timezone to UTC
This commit is contained in:
parent
7c747b510c
commit
90aebc778e
|
@ -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; [
|
||||
|
|
Loading…
Reference in New Issue