about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/grfn/system/system/machines/yeren.nix2
-rw-r--r--users/grfn/system/system/modules/common.nix2
2 files changed, 3 insertions, 1 deletions
diff --git a/users/grfn/system/system/machines/yeren.nix b/users/grfn/system/system/machines/yeren.nix
index a44d73ed04..1bd2ea9873 100644
--- a/users/grfn/system/system/machines/yeren.nix
+++ b/users/grfn/system/system/machines/yeren.nix
@@ -17,6 +17,8 @@
 
   system.stateVersion = "21.03";
 
+  time.timeZone = "Africa/Cairo";
+
   boot = {
     initrd = {
       availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
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