mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
make timeZone more correct
This commit is contained in:
parent
d83d3e5ba8
commit
5b2d1a0abe
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
time.timeZone = "US/Eastern";
|
time.timeZone = "America/New_York";
|
||||||
|
|
||||||
# the default is all languages. this just shrinks the install size
|
# the default is all languages. this just shrinks the install size
|
||||||
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];
|
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];
|
||||||
|
|
Loading…
Reference in a new issue