summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-05 13:04:49 -0500
committerseth <[email protected]>2023-03-05 13:04:49 -0500
commitb08e0759f69a6f122a60ac12351e112a1951aaa0 (patch)
tree71b012922181bce2a7e5d4957826e78d3f95da55 /hosts
parent11a22f6bf60fc1adf7d797d1ffbda573c4718239 (diff)
use local time for hw clock (for dual boot)
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common/locale.nix1
1 files changed, 1 insertions, 0 deletions
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";
};
}