This commit is contained in:
ediblerope 2026-03-30 12:47:38 +01:00 committed by GitHub
parent 5b46971e0c
commit 1d2dfdb083
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,12 @@
# Set your time zone. # Set your time zone.
#time.timeZone = "Europe/London"; #time.timeZone = "Europe/London";
services.automatic-timezoned.enable = true; services.automatic-timezoned.enable = true;
services.geoclue2 = {
enable = true;
enableDemoAgent = true;
geoProviderUrl = "https://location.services.mozilla.com/v1/geolocate?key=geoclue";
};
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "en_GB.UTF-8"; i18n.defaultLocale = "en_GB.UTF-8";
i18n.extraLocaleSettings = { i18n.extraLocaleSettings = {