diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-09-25 19:30:24 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-09-25 19:30:24 -0400 |
| commit | be7cd2a93e6f5c24a243f0c305cacd772175e169 (patch) | |
| tree | e074bcfbf8d54f5c6fe068eeeecd70fa88f16310 /modules/core | |
| parent | c6fae40e2c7065782f3dc64dbb94d011358f3330 (diff) | |
update
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/global.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/core/global.nix b/modules/core/global.nix index 1ef2ab7..42a7dd6 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -24,7 +24,8 @@ in { man-pages-posix ]; - time.timeZone = "Asia/Kolkata"; + time.timeZone = "America/New_York"; + # time.timeZone = "Asia/Kolkata"; networking.networkmanager.enable = true; networking.firewall.enable = false; |
