cyclone: Use Arch Linux API key for geolocation
Rest in peace, MLS :(
This commit is contained in:
parent
f8fed46754
commit
a4520e32ba
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue