about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;