commit | 0c6337216366fe905c8265c782609f8ed26f4863 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Mar 26 11:17:57 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Mar 26 11:17:57 2023 +0000 |
tree | 49e9fe8e910ba5cdc5f575b8cc6d5618887214ed | |
parent | 537932e6553adcb7ba530a8f033da3b6846ef82d [diff] |
Replace timezone with UTC
diff --git a/modules/locale.nix b/modules/locale.nix index c363358..bd933f3 100644 --- a/modules/locale.nix +++ b/modules/locale.nix
@@ -1,6 +1,6 @@ { config = { - time.timeZone = "Europe/London"; + time.timeZone = "UTC"; i18n.defaultLocale = "en_US.UTF-8"; console.keyMap = "dvorak-programmer"; };