Set timezone to just default

This commit is contained in:
Natsu Kagami 2024-09-14 15:58:08 +03:00
parent 4fe33b7e80
commit 177f0f686e
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -273,7 +273,7 @@ in
services.tailscale.enable = true;
## Time and Region
time.timeZone = "Europe/Zurich";
time.timeZone = lib.mkDefault "Europe/Zurich";
# Select internationalisation properties.
console.keyMap = "jp106"; # Console key layout
i18n.defaultLocale = "ja_JP.UTF-8";