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,6 +5,11 @@
# 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";