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 2a89ee2..a5108e6 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -189,7 +189,7 @@
189 ;; It defaults to Google Location Services, but misses a necessary 189 ;; It defaults to Google Location Services, but misses a necessary
190 ;; API key. 190 ;; API key.
191 (write-setting "geo.provider.network.url" 191 (write-setting "geo.provider.network.url"
192 "\"https://api.beacondb.net/v1/geolocate\"") 192 "\"https://api.beacondb.net/v1/geolocate?key=nonguix\"")
193 (close-port port)))) 193 (close-port port))))
194 (add-after 'fix-preferences 'fix-ffmpeg-runtime-linker 194 (add-after 'fix-preferences 'fix-ffmpeg-runtime-linker
195 (lambda* (#:key inputs #:allow-other-keys) 195 (lambda* (#:key inputs #:allow-other-keys)