about summary refs log tree commit diff
path: root/users/tazjin/nixos
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-11-10T16·25+0100
committertazjin <mail@tazj.in>2021-11-10T17·57+0000
commit32fd84171150ba874b2202887719af0add630330 (patch)
tree1d2da504d9568e6817ee4913055f6a76b50e749c /users/tazjin/nixos
parent351bf5ec79c4142155300040d0f40fe4fd8e3102 (diff)
fix(tazjin/tverskoy): Timezone -> Europe/Moscow r/3031
Change-Id: I8ce9f4ff01f29e89f1acda258969622290cb6cc7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3824
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'users/tazjin/nixos')
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index dbd20178d8..25ef17886a 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -208,7 +208,7 @@ in lib.fix(self: {
   # Do not restart the display manager automatically
   systemd.services.display-manager.restartIfChanged = lib.mkForce false;
 
-  time.timeZone = "Europe/Stockholm";
+  time.timeZone = "Europe/Moscow";
 
   users.users.tazjin = {
     isNormalUser = true;