about summary refs log tree commit diff
path: root/users/wpcarro/nixos
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-25T15·24-0400
committerwpcarro <wpcarro@gmail.com>2021-12-25T16·07+0000
commit76108fa7d7d8d18478342f05f2ca8e53f804aa11 (patch)
tree7150d2dd6306eef9989baebe17f64a2c269d858a /users/wpcarro/nixos
parent82871897a933cc599cd29c43e394f4bf536157db (diff)
fix(wpcarro/marcus): Prefer tzupdate 🌎 r/3398
I couldn't get services.localtime to behave, but services.tzupdate WAIs. As long
as I have internet, my timezone on this laptop should synchronize with my
location.

Change-Id: Ie2fd0e742e080fb7d6dd1adcc87c9fd22eae032d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4609
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/nixos')
-rw-r--r--users/wpcarro/nixos/marcus/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/users/wpcarro/nixos/marcus/default.nix b/users/wpcarro/nixos/marcus/default.nix
index de5365b006..f2be266c8f 100644
--- a/users/wpcarro/nixos/marcus/default.nix
+++ b/users/wpcarro/nixos/marcus/default.nix
@@ -32,10 +32,8 @@ in {
     interfaces.wlp0s20f3.useDHCP = true;
   };
 
-  time.timeZone = "America/New_York";
-
   services = wpcarro.common.services // {
-    localtime.enable = true;
+    tzupdate.enable = true;
 
     xserver = {
       enable = true;