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