diff options
author | Vincent Ambo <mail@tazj.in> | 2022-11-29T17·23+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-11-29T17·26+0000 |
commit | e4a046bacdb807c0ea346aed75edaa21033e5f9f (patch) | |
tree | 560f3f1072523e5b9fc36ab2b0ffee0904086f21 /users/tazjin/nixos/modules | |
parent | 7ba5fbd933b3423ae919a959d6d73996bc125346 (diff) |
chore(tazjin/nixos): set laptop timezone to Europe/Moscow r/5353
Change-Id: I966e48a846a101f01a78ed9245f4bb45bc905695 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7455 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/nixos/modules')
-rw-r--r-- | users/tazjin/nixos/modules/laptop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix index a175be6393ca..e0d67dc25989 100644 --- a/users/tazjin/nixos/modules/laptop.nix +++ b/users/tazjin/nixos/modules/laptop.nix @@ -2,7 +2,7 @@ { ... }: { - time.timeZone = "Europe/Stockholm"; + time.timeZone = "Europe/Moscow"; # Automatically detect location for redshift & so on ... services.geoclue2.enable = true; |