feat(wpcarro/marcus): Enable localtime service

Ensure my laptop's timezone is updated as I move around.

Change-Id: Ifc2d1bbff2e59c0f7e0a3506152d720986ceab58
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4602
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2021-12-24 21:16:00 -05:00 committed by wpcarro
parent d21bc0afc3
commit 88189548ec

View file

@ -35,6 +35,8 @@ in {
time.timeZone = "America/New_York";
services = wpcarro.common.services // {
localtime.enable = true;
xserver = {
enable = true;
libinput = {