about summary refs log tree commit diff
path: root/users/grfn/system/system/modules/common.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-04-17T06·27+0200
committergrfn <grfn@gws.fyi>2021-04-17T06·33+0000
commite1c45be3f58f5ae139439994b8d72f7d58c5c895 (patch)
treed373be0932c625e393cc45a4ee0aaebb2234c363 /users/grfn/system/system/modules/common.nix
parentbb69d129d35e7bd22fa414a485f2de9b5c0ddecc (diff)
feat(grfn/yeren): Set timezone to Africa/Cairo r/2521
\o/

Change-Id: Ia456e044c48eee095408efc9f6b802b4337ea09f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3026
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/grfn/system/system/modules/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/system/system/modules/common.nix b/users/grfn/system/system/modules/common.nix
index 727b450555..9662f255b6 100644
--- a/users/grfn/system/system/modules/common.nix
+++ b/users/grfn/system/system/modules/common.nix
@@ -19,7 +19,7 @@ with lib;
     defaultLocale = "en_US.UTF-8";
   };
 
-  time.timeZone = "America/New_York";
+  time.timeZone = lib.mkDefault "America/New_York";
 
   environment.systemPackages = with pkgs; [
     wget