diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-02-22T16·45+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-02-22T16·48+0000 |
commit | 017ad57433b4e0694cf7469c1a1d4f668be167e9 (patch) | |
tree | 5b3b03b96bc56cc771219a6121743f1c1b751914 /users | |
parent | 5e31096154d32bf128f8eb172f84ca3b7b968bc8 (diff) |
chore(tazjin/nixos/laptop): timezone Bangkok->Moscow r/7592
Change-Id: Ia1db8e8aa15128e7ec18fffe773377bce3192ea4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11011 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r-- | users/tazjin/nixos/modules/laptop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix index 5d367dc52ffa..e0d67dc25989 100644 --- a/users/tazjin/nixos/modules/laptop.nix +++ b/users/tazjin/nixos/modules/laptop.nix @@ -2,7 +2,7 @@ { ... }: { - time.timeZone = "Asia/Bangkok"; + time.timeZone = "Europe/Moscow"; # Automatically detect location for redshift & so on ... services.geoclue2.enable = true; |