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;