From 1297177a23a389080f947e1be1d6477a1f153f90 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 15 Feb 2024 05:40:25 +0300 Subject: chore(tazjin/nixos/laptop): timezone Moscow->Bangkok Change-Id: Id3fdc1e9fc7ca04921453a9ddbe6a1f09dfec82f Reviewed-on: https://cl.tvl.fyi/c/depot/+/10865 Tested-by: BuildkiteCI Reviewed-by: tazjin Autosubmit: tazjin --- users/tazjin/nixos/modules/laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/tazjin/nixos/modules/laptop.nix') 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; -- cgit 1.4.1