From 1702cb382833802e421db7f97fe6305ca831ebd6 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:20:11 -0600 Subject: [PATCH] added time zone --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index e23a929..332908e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -34,6 +34,8 @@ in # appdaemon ]; + time.timeZone = "America/Chicago"; + virtualisation.docker.enable = true; services.vscode-server.enable = true; services.openssh.enable = true;