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:
parent
e6a604ef73
commit
1ad7e562b0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
time.timeZone = "Europe/Moscow";
|
||||
time.timeZone = "Europe/Stockholm";
|
||||
|
||||
# Automatically detect location for redshift & so on ...
|
||||
services.geoclue2.enable = true;
|
||||
|
|
Loading…
Reference in a new issue