From 9aca658b8f282b471565806709872d3e27dca6dd Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Mon, 25 Sep 2023 17:13:03 -0600 Subject: [PATCH] fixes the clock on dual-boot --- workstation/configuration.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/workstation/configuration.org b/workstation/configuration.org index d5d9bfb..19cf01f 100644 --- a/workstation/configuration.org +++ b/workstation/configuration.org @@ -119,8 +119,14 @@ way it is an unnecessary setting as my keyboards are the default en_US, only locale set to Canadian out because I prefer how it displays the date. LC_MONETARY, it's also a personal preference. +hardwareClockInLocalTime allows dual booting without the time getting messed up +between boots. + #+begin_src nix -time.timeZone = "America/Mexico_City"; +time = { + timeZone = "America/Mexico_City"; + hardwareClockInLocalTime = true; +}; i18n = { defaultLocale = "en_CA.UTF-8"; extraLocaleSettings = {