chore(tazjin/nixos): set laptop timezones to Europe/Stockholm

Change-Id: I9ae66d54cc557e0f4dec7bd3b38022274b16263f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7169
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-10-31 00:06:53 +03:00 committed by tazjin
parent e6a604ef73
commit 1ad7e562b0

View file

@ -2,7 +2,7 @@
{ ... }:
{
time.timeZone = "Europe/Moscow";
time.timeZone = "Europe/Stockholm";
# Automatically detect location for redshift & so on ...
services.geoclue2.enable = true;