From d3b3a0aa2fb3a074218891f1f9fcf76bb171339a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 15 Aug 2025 22:12:32 -0700 Subject: [PATCH] timezone: PST -> EST --- etcnixos/system-mreow.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etcnixos/system-mreow.nix b/etcnixos/system-mreow.nix index 317c00c..f78f65b 100644 --- a/etcnixos/system-mreow.nix +++ b/etcnixos/system-mreow.nix @@ -25,7 +25,7 @@ */ # PST - time.timeZone = lib.mkForce "America/Los_Angeles"; + # time.timeZone = lib.mkForce "America/Los_Angeles"; services.greetd = { enable = true;