Fix the timezone. Credit ~jonjfineman
1 files changed, 1 insertions(+), 1 deletions(-) M configuration.nix
M configuration.nix => configuration.nix +1 -1
@@ 288,7 288,7 @@ services.avahi = { # TODO: dnscontrol has no daemon. # Set your time zone. -time.timeZone = "America/Eastern"; +time.timeZone = "US/Eastern"; # Select internationalisation properties. # i18n.defaultLocale = "en_US.UTF-8";