From 1ad7e562b01d8999539ac9877325fe81a56a0eef Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 31 Oct 2022 00:06:53 +0300 Subject: chore(tazjin/nixos): set laptop timezones to Europe/Stockholm Change-Id: I9ae66d54cc557e0f4dec7bd3b38022274b16263f Reviewed-on: https://cl.tvl.fyi/c/depot/+/7169 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: 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..a175be6393ca 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 = "Europe/Stockholm"; # Automatically detect location for redshift & so on ... services.geoclue2.enable = true; -- cgit 1.4.1