From 6c7159f09b1e5ccaf61ffa8c1a89bd28ca5f7da3 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 28 Mar 2026 07:11:33 -0700 Subject: [PATCH] Revert "timezone: EST -> PST" This reverts commit e2dbe841c0874b58c46580effdc2ea13d5589c26. --- system/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/common.nix b/system/common.nix index ac618c2..d8d152a 100644 --- a/system/common.nix +++ b/system/common.nix @@ -192,8 +192,8 @@ }; }; - # PST - time.timeZone = "America/Los_Angeles"; + # EST + time.timeZone = "America/New_York"; security = { # lets use doas and not sudo!