diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-02-15T02·40+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-02-15T02·44+0000 |
commit | 1297177a23a389080f947e1be1d6477a1f153f90 (patch) | |
tree | 29c9808e8cc7e743678193f489dad1666083ce80 /users | |
parent | 0c0edd5928d48c9673dd185cd332f921e64135e7 (diff) |
chore(tazjin/nixos/laptop): timezone Moscow->Bangkok r/7521
Change-Id: Id3fdc1e9fc7ca04921453a9ddbe6a1f09dfec82f Reviewed-on: https://cl.tvl.fyi/c/depot/+/10865 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
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 e0d67dc25989..5d367dc52ffa 100644 --- a/users/tazjin/nixos/modules/laptop.nix +++ b/users/tazjin/nixos/modules/laptop.nix @@ -2,7 +2,7 @@ { ... }: { - time.timeZone = "Europe/Moscow"; + time.timeZone = "Asia/Bangkok"; # Automatically detect location for redshift & so on ... services.geoclue2.enable = true; |