From 02fa41c8fee825bc26a7d5319441758ba95b5312 Mon Sep 17 00:00:00 2001 From: Zeph Levy <171337931+ZephLevy@users.noreply.github.com> Date: Fri, 26 Dec 2025 09:13:26 -0500 Subject: [PATCH] Configuration: Change timezone (on trip) --- nixos/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index eaf0f85..149783f 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -24,7 +24,8 @@ networking.firewall.allowedTCPPorts = [ 53317 ]; networking.firewall.allowedUDPPorts = [ 53317 ]; - time.timeZone = "Europe/Paris"; + # time.timeZone = "Europe/Paris"; + time.timeZone = "America/New_York"; i18n.defaultLocale = "en_US.UTF-8";