about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-10-30T21·06+0300
committertazjin <tazjin@tvl.su>2022-11-04T01·35+0000
commit1ad7e562b01d8999539ac9877325fe81a56a0eef (patch)
treef23286cd65032287328527703a7c85e7bf72cad6
parente6a604ef7364d789d29506f0fb714e06509b493f (diff)
chore(tazjin/nixos): set laptop timezones to Europe/Stockholm r/5239
Change-Id: I9ae66d54cc557e0f4dec7bd3b38022274b16263f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7169
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: 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 e0d67dc259..a175be6393 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;