about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-11-29T17·23+0100
committerclbot <clbot@tvl.fyi>2022-11-29T17·26+0000
commite4a046bacdb807c0ea346aed75edaa21033e5f9f (patch)
tree560f3f1072523e5b9fc36ab2b0ffee0904086f21
parent7ba5fbd933b3423ae919a959d6d73996bc125346 (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>
-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 a175be6393..e0d67dc259 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;