From 4bb13580fd22aed6c315c8f079996e6580bba1ac Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 1 Jul 2024 14:20:17 -0400 Subject: [PATCH] rpi4: set timezone --- hosts/rpi4/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/rpi4/configuration.nix b/hosts/rpi4/configuration.nix index 8726327..6338562 100644 --- a/hosts/rpi4/configuration.nix +++ b/hosts/rpi4/configuration.nix @@ -59,7 +59,7 @@ # networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. # Set your time zone. - # time.timeZone = "Europe/Amsterdam"; + time.timeZone = "America/New_York"; # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/";