linux: Use beacondb.net for geolocation

This commit is contained in:
Spotlight 2025-03-16 17:53:51 -04:00
parent 3ad0e19cbe
commit 6a516d63fc
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -68,7 +68,12 @@
# we'll use geolocation via the Arch Linux API key.
geoclue2 = {
enable = true;
geoProviderUrl = "https://www.googleapis.com/geolocation/v1/geolocate?key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM";
geoProviderUrl = "https://api.beacondb.net/v1/geolocate";
# Let's be generous :)
submitData = true;
submissionUrl = "https://api.beacondb.net/v2/geosubmit";
submissionNick = "geoclue";
};
};