From 1119e9d380c202e67a7dbdc8f36fe58e6f17212d Mon Sep 17 00:00:00 2001 From: KnightArtorias Date: Fri, 22 May 2026 20:44:44 -0400 Subject: [PATCH] Set timezone --- modules/hosts/crow/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hosts/crow/configuration.nix b/modules/hosts/crow/configuration.nix index 4933a88..d5ee79c 100644 --- a/modules/hosts/crow/configuration.nix +++ b/modules/hosts/crow/configuration.nix @@ -85,6 +85,9 @@ ]; }; + time.timeZone = "America/New_York"; + time.hardwareClockInLocalTime = false; + nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.auto-optimise-store = true; nix.gc = {