commit | 4ffdaaf67b36cf7903790262aa2735ad0008a035 | [log] [tgz] |
---|---|---|
author | Samuel Shuert <coded@clicks.codes> | Sun Mar 10 17:59:34 2024 -0400 |
committer | Samuel Shuert <coded@clicks.codes> | Fri Mar 22 22:07:19 2024 +0000 |
tree | ee807b185a365bf9ce54a3bbf40a0b4322511d50 | |
parent | 2f1b51f2179ac658669b9a519b6ddc8db891bd79 [diff] |
Update Shorthair TZ to be America/New_York from EST Change-Id: Ifa59984fd115821136c4eff1887b9276beae9884 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/562 Reviewed-by: Samuel Shuert <coded@clicks.codes> Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/systems/x86_64-linux/shorthair/time/default.nix b/systems/x86_64-linux/shorthair/time/default.nix index dc74a51..b5725c5 100644 --- a/systems/x86_64-linux/shorthair/time/default.nix +++ b/systems/x86_64-linux/shorthair/time/default.nix
@@ -1,3 +1,3 @@ { ... }: { - time.timeZone = "EST"; + time.timeZone = "America/New_York"; }