From e2dbe841c0874b58c46580effdc2ea13d5589c26 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 22 Mar 2026 16:30:12 -0700 Subject: [PATCH] timezone: EST -> PST --- system/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/common.nix b/system/common.nix index fac2609..fd05c5f 100644 --- a/system/common.nix +++ b/system/common.nix @@ -188,8 +188,8 @@ }; }; - # EST - time.timeZone = "America/New_York"; + # PST + time.timeZone = "America/Los_Angeles"; security = { # lets use doas and not sudo!