fixes the clock on dual-boot
This commit is contained in:
parent
40750bdd83
commit
9aca658b8f
@ -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.
|
locale set to Canadian out because I prefer how it displays the date.
|
||||||
LC_MONETARY, it's also a personal preference.
|
LC_MONETARY, it's also a personal preference.
|
||||||
|
|
||||||
|
hardwareClockInLocalTime allows dual booting without the time getting messed up
|
||||||
|
between boots.
|
||||||
|
|
||||||
#+begin_src nix
|
#+begin_src nix
|
||||||
time.timeZone = "America/Mexico_City";
|
time = {
|
||||||
|
timeZone = "America/Mexico_City";
|
||||||
|
hardwareClockInLocalTime = true;
|
||||||
|
};
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_CA.UTF-8";
|
defaultLocale = "en_CA.UTF-8";
|
||||||
extraLocaleSettings = {
|
extraLocaleSettings = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user