diff --git a/modules/locale.nix b/modules/locale.nix index 26bd528..3303320 100644 --- a/modules/locale.nix +++ b/modules/locale.nix @@ -2,8 +2,9 @@ { config, pkgs, lib, ... }: { - # Set your time zone. - time.timeZone = "Europe/Tallinn"; + # Let GNOME manage timezone via automatic location + time.timeZone = null; + services.automatic-timezoned.enable = true; # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8";