From a4520e32ba4bd4bb2b612c29a12aeb6f5cf5d762 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Sun, 3 Nov 2024 01:38:10 -0600 Subject: [PATCH] cyclone: Use Arch Linux API key for geolocation Rest in peace, MLS :( --- hosts/linux/cyclone/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/linux/cyclone/configuration.nix b/hosts/linux/cyclone/configuration.nix index 546d97c..c2a23c3 100644 --- a/hosts/linux/cyclone/configuration.nix +++ b/hosts/linux/cyclone/configuration.nix @@ -67,6 +67,12 @@ gnome.gnome-remote-desktop.enable = true; + # Let's use our own API key. + geoclue2 = { + enable = true; + geoProviderUrl = "https://www.googleapis.com/geolocation/v1/geolocate?key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM"; + }; + # We'd like SSH available. openssh = { enable = true;