From 1e6bc1e4915a9542f8c9690870a5393f839823fc Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Sun, 31 Dec 2023 12:25:46 -0700 Subject: [PATCH] Update `framework` timezone. --- hive/framework/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hive/framework/configuration.nix b/hive/framework/configuration.nix index 55df520..06d36d9 100644 --- a/hive/framework/configuration.nix +++ b/hive/framework/configuration.nix @@ -73,8 +73,7 @@ }; }; - # time.timeZone = "America/Denver"; - time.timeZone = "America/New_York"; + time.timeZone = "America/Denver"; virtualisation = { libvirtd.enable = true;