From e0fb9f6c55bdb55fc517bc52b920d27de27d7580 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sun, 11 May 2025 01:27:37 -0400 Subject: [PATCH] laptop: PST time zone --- etcnixos/system-mreow.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etcnixos/system-mreow.nix b/etcnixos/system-mreow.nix index 42e127e..2592a9d 100644 --- a/etcnixos/system-mreow.nix +++ b/etcnixos/system-mreow.nix @@ -21,6 +21,10 @@ # # seems audio doesn't work without this # hideRawDevice = false; # }; + # + + # PST + time.timeZone = lib.mkForce "America/Los_Angeles"; services.tlp = { enable = true;