about summary refs log tree commit diff
path: root/users/tazjin/nixos
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-02-22T16·45+0300
committerclbot <clbot@tvl.fyi>2024-02-22T16·48+0000
commit017ad57433b4e0694cf7469c1a1d4f668be167e9 (patch)
tree5b3b03b96bc56cc771219a6121743f1c1b751914 /users/tazjin/nixos
parent5e31096154d32bf128f8eb172f84ca3b7b968bc8 (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/tazjin/nixos')
-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 5d367dc52f..e0d67dc259 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;