fixes the clock on dual-boot

This commit is contained in:
Danilo Reyes 2023-09-25 17:13:03 -06:00
parent 40750bdd83
commit 9aca658b8f

View File

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