Compare commits

...

1 Commits

Author SHA1 Message Date
Jonathan Brielmaier
5fecbb775f
nongnu: firefox: Use key for beaconDB API.
This was proposed by Joel (beaconDB founder) at their Matrix chat room.

* nongnu/packages/mozilla.scm (firefox-esr)[arguments]: Set a key for
beaconDB API.
2025-02-07 19:19:54 +01:00

View File

@ -189,7 +189,7 @@
;; It defaults to Google Location Services, but misses a necessary
;; API key.
(write-setting "geo.provider.network.url"
"\"https://api.beacondb.net/v1/geolocate\"")
"\"https://api.beacondb.net/v1/geolocate?key=nonguix\"")
(close-port port))))
(add-after 'fix-preferences 'fix-ffmpeg-runtime-linker
(lambda* (#:key inputs #:allow-other-keys)