summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2025-02-07 19:19:54 +0100
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2025-02-07 19:19:54 +0100
commit5fecbb775fc2133c511ef2295895f69cf0472089 (patch)
tree73c4c2bb1509391b3eca11088bb1368f22b7168d
parent7c1a45d8e71580fe45f75b4d7eba0a52eb2ed9b0 (diff)
nongnu: firefox: Use key for beaconDB API.beacondb-api-key
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.
-rw-r--r--nongnu/packages/mozilla.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 2a89ee20..a5108e62 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -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)