From b08e0759f69a6f122a60ac12351e112a1951aaa0 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 5 Mar 2023 13:04:49 -0500 Subject: use local time for hw clock (for dual boot) --- hosts/common/locale.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/locale.nix b/hosts/common/locale.nix index e9c7a80..45589ef 100644 --- a/hosts/common/locale.nix +++ b/hosts/common/locale.nix @@ -7,6 +7,7 @@ _: { }; time = { + hardwareClockInLocalTime = true; timeZone = "America/New_York"; }; } -- cgit v1.2.3