From 8b8d4cde8fda58d6e91b1da8b48cacf717eb7d5c Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Fri, 5 Sep 2025 05:19:26 +0800 Subject: [PATCH] fix(nix): change timezone --- nix/hosts/minji/sys.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/hosts/minji/sys.nix b/nix/hosts/minji/sys.nix index b8e13b3..19d7e69 100644 --- a/nix/hosts/minji/sys.nix +++ b/nix/hosts/minji/sys.nix @@ -2,7 +2,7 @@ imports = [ ./hw.nix ../../modules/swaynotificationcenter.nix ]; networking.hostName = "minji"; - time.timeZone = "Asia/Singapore"; + time.timeZone = "America/New_York"; # Bootloader boot.loader.systemd-boot.enable = true;