diff options
author | Vincent Ambo <mail@tazj.in> | 2022-10-30T21·06+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-11-04T01·35+0000 |
commit | 1ad7e562b01d8999539ac9877325fe81a56a0eef (patch) | |
tree | f23286cd65032287328527703a7c85e7bf72cad6 | |
parent | e6a604ef7364d789d29506f0fb714e06509b493f (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.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 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; |