From 1d2dfdb08394943b9b4ea6e2e951bb3761b7f2f9 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 30 Mar 2026 12:47:38 +0100 Subject: [PATCH] --- settings/locale.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/settings/locale.nix b/settings/locale.nix index 8d07b51..73bb08b 100644 --- a/settings/locale.nix +++ b/settings/locale.nix @@ -5,7 +5,12 @@ # Set your time zone. #time.timeZone = "Europe/London"; services.automatic-timezoned.enable = true; - +services.geoclue2 = { + enable = true; + enableDemoAgent = true; + geoProviderUrl = "https://location.services.mozilla.com/v1/geolocate?key=geoclue"; +}; + # Select internationalisation properties. i18n.defaultLocale = "en_GB.UTF-8"; i18n.extraLocaleSettings = {