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 = {