about summary refs log tree commit diff
path: root/users/tazjin
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-02-15T02·40+0300
committerclbot <clbot@tvl.fyi>2024-02-15T02·44+0000
commit1297177a23a389080f947e1be1d6477a1f153f90 (patch)
tree29c9808e8cc7e743678193f489dad1666083ce80 /users/tazjin
parent0c0edd5928d48c9673dd185cd332f921e64135e7 (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/tazjin')
-rw-r--r--users/tazjin/nixos/modules/laptop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix
index e0d67dc259..5d367dc52f 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;