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 = {