From 76108fa7d7d8d18478342f05f2ca8e53f804aa11 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 25 Dec 2021 11:24:55 -0400 Subject: fix(wpcarro/marcus): Prefer tzupdate 🌎 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/nixos/marcus/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'users/wpcarro/nixos/marcus/default.nix') 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; -- cgit 1.4.1