From 04c7a9ea51401691e7306c4001589047d65c2082 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Wed, 8 Feb 2023 18:47:58 -0700 Subject: [PATCH] Update tz --- common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index 7850365..f4df83a 100644 --- a/common/default.nix +++ b/common/default.nix @@ -20,7 +20,7 @@ networking.firewall.enable = true; networking.firewall.allowPing = true; - time.timeZone = "America/New_York"; + time.timeZone = "America/Denver"; i18n.defaultLocale = "en_US.UTF-8"; services.openssh.enable = true;