make timeZone more correct

This commit is contained in:
Sean Buckley 2023-02-10 21:57:38 -05:00
parent d83d3e5ba8
commit 5b2d1a0abe

View file

@ -1,6 +1,6 @@
{ config, lib, pkgs, ... }:
{
time.timeZone = "US/Eastern";
time.timeZone = "America/New_York";
# the default is all languages. this just shrinks the install size
i18n.supportedLocales = [ "en_US.UTF-8/UTF-8" ];