diff --git a/settings/locale.nix b/settings/locale.nix index 723e2d9..8d07b51 100644 --- a/settings/locale.nix +++ b/settings/locale.nix @@ -3,7 +3,8 @@ { # Set your time zone. -time.timeZone = "Europe/London"; +#time.timeZone = "Europe/London"; +services.automatic-timezoned.enable = true; # Select internationalisation properties. i18n.defaultLocale = "en_GB.UTF-8";