changed tz.
This commit is contained in:
parent
9959cdfcbe
commit
774c0c0338
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@ in {
|
|||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
time.timeZone = lib.mkDefault "America/Chicago";
|
||||
time.timeZone = lib.mkDefault "Europe/Berlin";
|
||||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = lib.mkDefault "en_US.UTF-8";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue