From 02357198bc183f7aa3c8087c310237389caf9800 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Thu, 10 Oct 2024 20:01:41 -0700 Subject: [PATCH] Change timezone --- common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/default.nix b/common/default.nix index 148f810..137c637 100644 --- a/common/default.nix +++ b/common/default.nix @@ -25,7 +25,7 @@ networking.firewall.enable = true; networking.firewall.allowPing = true; - time.timeZone = "America/Denver"; + time.timeZone = "America/Los_Angeles"; i18n = { defaultLocale = "en_US.UTF-8"; extraLocaleSettings = {