linux: Use beacondb.net for geolocation
This commit is contained in:
parent
3ad0e19cbe
commit
6a516d63fc
1 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue