mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: Use beaconDB as location provider in geoclue.
The previous used Mozilla Location Service (MLS) was retired in 2024: https://github.com/mozilla/ichnaea/issues/2065 * gnu/services/desktop.scm (<geoclue-configuration>) [wifi-geolocation-url]: Switch default provider to beaconDB. [wifi-submission-url]: Likewise. Change-Id: I95e4600a2d5454bdde4be44b09273694536bd44e Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
292570f729
commit
8afea02d4d
1 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,7 @@
|
|||
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2024 45mg <45mg.writes@gmail.com>
|
||||
;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
|
||||
;;; Copyright © 2025 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -372,13 +373,13 @@ users are allowed."
|
|||
(default '()))
|
||||
(wifi-geolocation-url
|
||||
geoclue-configuration-wifi-geolocation-url
|
||||
;; Mozilla geolocation service:
|
||||
(default "https://location.services.mozilla.com/v1/geolocate?key=geoclue"))
|
||||
;; BeaconDB geolocation service:
|
||||
(default "https://api.beacondb.net/v1/geolocate?key=geoclue_guix.gnu.org"))
|
||||
(submit-data? geoclue-configuration-submit-data?
|
||||
(default #f))
|
||||
(wifi-submission-url
|
||||
geoclue-configuration-wifi-submission-url
|
||||
(default "https://location.services.mozilla.com/v1/submit?key=geoclue"))
|
||||
(default "https://api.beacondb.net/v2/geosubmit"))
|
||||
(submission-nick geoclue-configuration-submission-nick
|
||||
(default "geoclue"))
|
||||
(applications geoclue-configuration-applications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue