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:
parent
d21bc0afc3
commit
88189548ec
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ in {
|
|||
time.timeZone = "America/New_York";
|
||||
|
||||
services = wpcarro.common.services // {
|
||||
localtime.enable = true;
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
libinput = {
|
||||
|
|
Loading…
Reference in a new issue