~abyxcos/router.nix

2ba92ae49cec27cc328f89e318e15d1dcf027e5f — abyxcos 1 year, 5 months ago 5d51ac5 master
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";