system: services: Add geoclue service.

This commit is contained in:
Raghav Gururajan 2022-07-17 04:24:30 -04:00
parent fb32ab0be0
commit 5dc6d3b168
Signed by: raghavgururajan
GPG Key ID: 5F5816647F8BE551
1 changed files with 9 additions and 0 deletions

View File

@ -206,6 +206,15 @@
(service bluetooth-service-type
(bluetooth-configuration
(auto-enable? #t)))
(service geoclue-service-type
(geoclue-configuration
(geoclue geoclue)
(whitelist '())
(wifi-geolocation-url "https://location.services.mozilla.com/v1/geolocate?key=geoclue")
(submit-data? #f)
(wifi-submission-url "https://location.services.mozilla.com/v1/submit?key=geoclue")
(submission-nick "geoclue")
(applications '())))
(service modem-manager-service-type)
(service network-manager-service-type)
(service ntp-service-type)